]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/test2.ma
ported to new getter interface
[helm.git] / helm / matita / tests / test2.ma
index 29c694d5fd114bb1ce6f68e2031480f880da80f1..cf265671072179f73e309c9ecba6a36a0b78bfb0 100644 (file)
@@ -1,7 +1,11 @@
+set "baseuri" "cic:/matita/tests/test2/".
+
 alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
 alias symbol "and" (instance 0) = "logical and".
 alias symbol "eq" (instance 0) = "leibnitz's equality".
 theorem a:\forall x:nat.x=x\land x=x.
 intro.
 split.
-goal 6.
\ No newline at end of file
+reflexivity.
+reflexivity.
+qed.