]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/unfold.ma
0. core_notation.ma splitted into coq.moo and core_notation.moo
[helm.git] / helm / matita / tests / unfold.ma
index c91ff18636999638c233c9844a8481c1b3a6f776..28ffcf3f2d7dba97aeec48b497ef9b7d030758ca 100644 (file)
@@ -14,6 +14,8 @@
 
 set "baseuri" "cic:/matita/unfold".
 
+include "coq.ma".
+
 alias symbol "plus" (instance 0) = "Coq's natural plus".
 definition myplus \def \lambda x,y. x+y.
 
@@ -27,4 +29,4 @@ theorem trivial: \forall n. S (myplus n n) = myplus (S n) n.
  unfold myplus.
  rewrite > lem.
  reflexivity.
-qed.
\ No newline at end of file
+qed.