]> matita.cs.unibo.it Git - helm.git/commitdiff
discriminate => destruct
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Sep 2006 08:48:08 +0000 (08:48 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Sep 2006 08:48:08 +0000 (08:48 +0000)
matita/tests/decl.ma

index a0d3a0bd610f62962e0ffb73ea4d718985f49a21..138e37e71fbbd941ad9c48559796071d5d7d0135 100644 (file)
@@ -200,7 +200,7 @@ theorem easy6: ∀t. O ≮ O → O < size t → t ≠ Empty.
      suppose (Node t1 t2 = Empty) (absurd).
      (* Discriminate should really generate a theorem to be useful with
         declarative tactics *)
-     discriminate absurd.
+     destruct absurd.
      by final
    done.
 qed.
\ No newline at end of file