]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match05.cic
added regression tests
[helm.git] / helm / gTopLevel / tests / match05.cic
diff --git a/helm/gTopLevel/tests/match05.cic b/helm/gTopLevel/tests/match05.cic
new file mode 100644 (file)
index 0000000..10a54db
--- /dev/null
@@ -0,0 +1,4 @@
+[\lambda x:list. list]
+match nil:list with
+[ nil \Rightarrow nil
+| (cons x y) \Rightarrow (cons x y) ]