]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/tests/test5.ma
928402a533c2777072822ef4c1282579906d238c
[helm.git] / helm / 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.