]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/tests/interactive/test5.ma
packaging cleanup: get rid of ancient debhelpers, use dh_install
[helm.git] / helm / matita / tests / interactive / test5.ma
1 set "baseuri" "cic:/matita/tests/interactive/test5/".
2
3 whelp instance 
4   \lambda A:Set. 
5   \lambda f: A \to A \to A.
6   \forall x,y : A.
7       f x y = f y x.