]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/interactive/test5.ma
test branch
[helm.git] / helm / matita / tests / interactive / test5.ma
diff --git a/helm/matita/tests/interactive/test5.ma b/helm/matita/tests/interactive/test5.ma
new file mode 100644 (file)
index 0000000..e48cc82
--- /dev/null
@@ -0,0 +1,7 @@
+set "baseuri" "cic:/matita/tests/interactive/test5/".
+
+whelp instance 
+  \lambda A:Set. 
+  \lambda f: A \to A \to A.
+  \forall x,y : A.
+      f x y = f y x.