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