]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/elim.ma
procedural: added fwd rewrite in arbitrary proofs (not just premises)
[helm.git] / matita / tests / elim.ma
index 4681d83597a0de52fde58a85dcde4da2b859e372..03eafba6a0075dbedf19b75289873dde2e793e57 100644 (file)
@@ -13,7 +13,7 @@
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/elim".
-include "legacy/coq.ma".
+include "../legacy/coq.ma".
 
 inductive stupidtype: Set \def
   | Base : stupidtype
@@ -76,5 +76,5 @@ theorem t': \forall x,y. \forall H: sum x y O.
  simplify. intros.
  generalize in match H1.
  rewrite < H2; rewrite < H3.intro.
- rewrite > H4.auto new.
+ rewrite > H4.auto new library.
 qed.