]> matita.cs.unibo.it Git - helm.git/commitdiff
New tests for lambdas (that show bugs in applications ;-)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 3 Feb 2004 14:04:05 +0000 (14:04 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 3 Feb 2004 14:04:05 +0000 (14:04 +0000)
helm/gTopLevel/tests/lambda01.cic [new file with mode: 0644]
helm/gTopLevel/tests/lambda02.cic [new file with mode: 0644]

diff --git a/helm/gTopLevel/tests/lambda01.cic b/helm/gTopLevel/tests/lambda01.cic
new file mode 100644 (file)
index 0000000..0c06ca4
--- /dev/null
@@ -0,0 +1,2 @@
+(\lambda f. (f 0 (le_n 0))
+  \lambda n. \lambda H. (refl_equal nat 0)))
diff --git a/helm/gTopLevel/tests/lambda02.cic b/helm/gTopLevel/tests/lambda02.cic
new file mode 100644 (file)
index 0000000..dc6d579
--- /dev/null
@@ -0,0 +1 @@
+\lambda f:(\forall n:nat. (\forall H:(le 0 n). (n=n))). (f 0 (le_n 0))