]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/tests/interactive/test5.ma
* parsing errors in tests were not detected and the rest of the file was
[helm.git] / helm / matita / tests / interactive / test5.ma
1 whelp 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.