X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch03.cic;fp=helm%2FgTopLevel%2Ftests%2Fmatch03.cic;h=0000000000000000000000000000000000000000;hp=e4064b37877792d193e7818606df60cefe327df7;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/gTopLevel/tests/match03.cic b/helm/gTopLevel/tests/match03.cic deleted file mode 100644 index e4064b378..000000000 --- a/helm/gTopLevel/tests/match03.cic +++ /dev/null @@ -1,4 +0,0 @@ -[\lambda x:bool. nat] -match true:bool with -[ true \Rightarrow O -| false \Rightarrow (S O) ]