]> matita.cs.unibo.it Git - helm.git/commitdiff
Added a new example.
authorAndrea Asperti <andrea.asperti@unibo.it>
Wed, 4 Feb 2004 16:56:46 +0000 (16:56 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Wed, 4 Feb 2004 16:56:46 +0000 (16:56 +0000)
helm/gTopLevel/tests/lambda03.cic [new file with mode: 0644]

diff --git a/helm/gTopLevel/tests/lambda03.cic b/helm/gTopLevel/tests/lambda03.cic
new file mode 100644 (file)
index 0000000..1ce07df
--- /dev/null
@@ -0,0 +1,2 @@
+\lambda n:nat.
+ \lambda H:n=n.\lambda g:(?\to (le n 0))\to True.(g \lambda f.(f n H))
\ No newline at end of file