]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/lambda01.cic
New tests for lambdas (that show bugs in applications ;-)
[helm.git] / helm / gTopLevel / tests / lambda01.cic
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)))