]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/interactive/test_instance.ma
ocaml 3.09 transition
[helm.git] / helm / matita / tests / interactive / test_instance.ma
index 4f868039aaaece2484554230c56cc9ed767d99d4..7e02c0fff8ad3144cbe266467d213729ad7c0f24 100644 (file)
@@ -1,3 +1,5 @@
+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.
 whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y,z:A. P x y \to P y z \to P y z.