]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/interactive/test6.ma
- renamed ocaml/ to components/
[helm.git] / helm / matita / tests / interactive / test6.ma
diff --git a/helm/matita/tests/interactive/test6.ma b/helm/matita/tests/interactive/test6.ma
deleted file mode 100644 (file)
index 4afdd37..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-set "baseuri" "cic:/matita/tests/interactive/test6/".
-
-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.