]> matita.cs.unibo.it Git - helm.git/commitdiff
added false test
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 22 Jan 2004 17:19:17 +0000 (17:19 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 22 Jan 2004 17:19:17 +0000 (17:19 +0000)
helm/ocaml/cic_disambiguation/tests/match.txt

index 3d2ed238ce905d4c0f9d2a06779bd94ae7c3c536..8acbb1350214f6787aa17ae8575a1caa7c1b0846 100644 (file)
@@ -37,3 +37,7 @@ match nil:list with
 [ nil \Rightarrow nil
 | (cons x y) \Rightarrow (cons x y) ]
 
+\lambda x:False.
+  [\lambda h:False. True]
+  match x:False with []
+