]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match02.cic
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / gTopLevel / tests / match02.cic
diff --git a/helm/gTopLevel/tests/match02.cic b/helm/gTopLevel/tests/match02.cic
deleted file mode 100644 (file)
index 4a5c697..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[\lambda z:nat. \lambda h:(le 0 z). (le 0 (S z))]
-match (le_S 0 0 (le_n 0)): le with
-[ le_n \Rightarrow (le_S 0 0 (le_n 0))
-| (le_S x y) \Rightarrow (le_S 0 (S x) (le_S 0 x y)) ]