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