]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/elim.ma
claudio, please have a look at this
[helm.git] / helm / software / matita / tests / elim.ma
index d6a4c3f33f7e994f362100e40ec391b0702ce569..42dc195cb1f99c8a15d5bc7a34c8b270c3723851 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/tests/elim".
-include "legacy/coq.ma".
+
+include "coq.ma".
 
 inductive stupidtype: Set \def
   | Base : stupidtype
@@ -72,9 +72,8 @@ theorem t': \forall x,y. \forall H: sum x y O.
     (\lambda a,b,K. y=a \to O=b \to
         match K with [ (k a b p) \Rightarrow a ] = x)
      ? ? ? H).
- goal 16.
  simplify. intros.
  generalize in match H1.
  rewrite < H2; rewrite < H3.intro.
- rewrite > H4.auto new library.
+ rewrite > H4.autobatch library.
 qed.