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