]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/interactive/test5.ma
* parsing errors in tests were not detected and the rest of the file was
[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..537df88
--- /dev/null
@@ -0,0 +1,5 @@
+whelp instance 
+  \lambda A:Set. 
+  \lambda f: A \to A \to A.
+  \forall x,y : A.
+      f x y = f y x.