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