]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/tests/interactive/test6.ma
0ee55473e2f480cf86f945976514fd209aa0382f
[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.