X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2Ftests%2Fmatch.txt;h=8acbb1350214f6787aa17ae8575a1caa7c1b0846;hb=d3c72d6856cd185e5b3e9f2e8b928b78c7031ed1;hp=3d2ed238ce905d4c0f9d2a06779bd94ae7c3c536;hpb=589ae89bb5148143ea9362cb4c1c38aa4b1c316d;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/tests/match.txt b/helm/ocaml/cic_disambiguation/tests/match.txt index 3d2ed238c..8acbb1350 100644 --- a/helm/ocaml/cic_disambiguation/tests/match.txt +++ b/helm/ocaml/cic_disambiguation/tests/match.txt @@ -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 [] +