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