]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/tests/lambda03.cic
if a node has an xref use it for cut and paste, no matter if it have an href as well
[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)))