X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch03.cic.test;h=bc5db2d042fd26b08722cb853e99f0bbfc3c0b28;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=16b4097e79a84d2c54f18556f1e660466845bf4e;hpb=cab83f17a2d7a591c4ff2980b07946b50dbf9d00;p=helm.git diff --git a/helm/gTopLevel/tests/match03.cic.test b/helm/gTopLevel/tests/match03.cic.test index 16b4097e7..bc5db2d04 100644 --- a/helm/gTopLevel/tests/match03.cic.test +++ b/helm/gTopLevel/tests/match03.cic.test @@ -2,6 +2,13 @@ match true:bool with [ true \Rightarrow O | false \Rightarrow (S O) ] +###### INTERPRETATION NUMBER 1 ###### +### (* disambiguation environment *) +alias id O = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/1) +alias id S = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/2) +alias id bool = cic:/Coq/Init/Datatypes/bool.ind#xpointer(1/1) +alias id nat = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1) +alias id true = cic:/Coq/Init/Datatypes/bool.ind#xpointer(1/1/1) ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *)