]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/tests/lambda03.cic
Bug fixed in check_sort_elimination in the case (not tested so far)
[helm.git] / helm / gTopLevel / tests / lambda03.cic
1 \lambda n:nat.
2  \lambda H:n=n.
3   \lambda g:(?\to (le n 0))\to True.(g (\lambda f.(f n H)))