]> matita.cs.unibo.it Git - helm.git/blob - 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
1 whelp instance 
2   \lambda A:Set.
3   \lambda f:A \to A \to A.
4   \forall x,y,z:A.
5    f x (f y z) = f (f x y) z.