]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/interactive/test6.ma
* parsing errors in tests were not detected and the rest of the file was
[helm.git] / helm / matita / tests / interactive / test6.ma
diff --git a/helm/matita/tests/interactive/test6.ma b/helm/matita/tests/interactive/test6.ma
new file mode 100644 (file)
index 0000000..0ee5547
--- /dev/null
@@ -0,0 +1,5 @@
+whelp instance 
+  \lambda A:Set.
+  \lambda f:A \to A \to A.
+  \forall x,y,z:A.
+   f x (f y z) = f (f x y) z.