]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/test5.ma
made executable again
[helm.git] / matita / tests / test5.ma
1 instance 
2   \lambda A:Set. 
3   \lambda f: A \to A \to A.
4   \forall x,y : A.
5       f x y = f y x.