]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/tests/test5.ma
DTD for attributes revised.
[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.