]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/tests/interactive/test5.ma
Case c1 t1 vs c2 t2 where c1 and c2 are not splitted and t1 and t2
[helm.git] / helm / software / matita / tests / interactive / test5.ma
1
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.