]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/interactive/test_instance.ma
dama, tests, legacy ported
[helm.git] / matita / tests / interactive / test_instance.ma
index 7e02c0fff8ad3144cbe266467d213729ad7c0f24..7aed7b6f87e7be514ff66978c4aa0ec0a41569f2 100644 (file)
@@ -1,4 +1,4 @@
-set "baseuri" "cic:/matita/tests/interactive/instance/".
+
 
 whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x:A. P x x.
 whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y:A. P x y \to P y x.