]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match04.cic
added regression tests
[helm.git] / helm / gTopLevel / tests / match04.cic
diff --git a/helm/gTopLevel/tests/match04.cic b/helm/gTopLevel/tests/match04.cic
new file mode 100644 (file)
index 0000000..6de9a5b
--- /dev/null
@@ -0,0 +1,4 @@
+[\lambda x:nat. nat]
+match O:nat with
+[ O \Rightarrow O
+| (S x) \Rightarrow (S (S x)) ]