]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/interactive/test6.ma
42a99ff1b7db934bf2cf84a1d7c23cf6e0ce4618
[helm.git] / matita / tests / interactive / test6.ma
1
2
3 whelp instance 
4   \lambda A:Set.
5   \lambda f:A \to A \to A.
6   \forall x,y,z:A.
7    f x (f y z) = f (f x y) z.