]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/tests/lambda03.cic
* split evil let definition (ic, oc) = ... into two subsequent
[helm.git] / helm / gTopLevel / tests / lambda03.cic
1 \lambda n:nat.
2  \lambda H:n=n.\lambda g:(?\to (le n 0))\to True.(g \lambda f.(f n H))