]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/simpl.ma
now baseuri is needed in each file (and its redefinition is forbidden)
[helm.git] / helm / matita / tests / simpl.ma
index 8b0f1a6a0196ab225cf00b546f12e52d019aaff7..d77f91fcd0974043b22bb1a55fe3a178f6016d53 100644 (file)
@@ -1,3 +1,5 @@
+set "baseuri" "cic:/matita/tests/".
+
 alias id "not" = "cic:/Coq/Init/Logic/not.con".
 alias symbol "eq" (instance 0) = "leibnitz's equality".
 theorem a : 
@@ -9,4 +11,4 @@ simplify.
 intro. apply H.
 symmetry.
 exact H1.
-qed.
\ No newline at end of file
+qed.