]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/discriminate.ma
added some code to print the praamodulation proofs with a graph
[helm.git] / helm / software / matita / tests / discriminate.ma
index 8b655de87bf8135c3494b88bea6ddcd2d5dbb682..81c2da87fbf381b9d8954088a41ee9ce44c465cb 100644 (file)
@@ -13,7 +13,7 @@
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/discriminate".
-include "legacy/coq.ma".
+include "../legacy/coq.ma".
 alias id "not" = "cic:/Coq/Init/Logic/not.con".
 alias num (instance 0) = "natural number".
 alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
@@ -68,4 +68,4 @@ qed.
 theorem recursive: S (S (S O)) = S (S O) \to False.
  intros;
  destruct H.
-qed.
\ No newline at end of file
+qed.