X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch07.cic.test;fp=helm%2FgTopLevel%2Ftests%2Fmatch07.cic.test;h=0000000000000000000000000000000000000000;hp=a8331cff18379052a38e980065322012ef3d5617;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/gTopLevel/tests/match07.cic.test b/helm/gTopLevel/tests/match07.cic.test deleted file mode 100644 index a8331cff1..000000000 --- a/helm/gTopLevel/tests/match07.cic.test +++ /dev/null @@ -1,23 +0,0 @@ -[\lambda x:bool. nat] -match true with -[ true \Rightarrow O -| false \Rightarrow (S O) ] -###### INTERPRETATION NUMBER 1 ###### -### (* disambiguation environment *) -alias id O = cic:/Coq/Init/Datatypes/nat.ind#1/1/1 -alias id S = cic:/Coq/Init/Datatypes/nat.ind#1/1/2 -alias id bool = cic:/Coq/Init/Datatypes/bool.ind#1/1 -alias id nat = cic:/Coq/Init/Datatypes/nat.ind#1/1 -alias id true = cic:/Coq/Init/Datatypes/bool.ind#1/1/1 -### (* METASENV after disambiguation *) - -### (* TERM after disambiguation *) - -<[x:bool]nat>Cases true of - true => O - false => (S O) -end -### (* TYPE_OF the disambiguated term *) -([x:bool]nat true) -### (* REDUCED disambiguated term *) -O