X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Ftests%2Finteractive%2Ftest6.ma;fp=matita%2Ftests%2Finteractive%2Ftest6.ma;h=42a99ff1b7db934bf2cf84a1d7c23cf6e0ce4618;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/matita/tests/interactive/test6.ma b/matita/tests/interactive/test6.ma new file mode 100644 index 000000000..42a99ff1b --- /dev/null +++ b/matita/tests/interactive/test6.ma @@ -0,0 +1,7 @@ + + +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.