]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/tests/match.txt
added false test
[helm.git] / 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 []
+