X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch00.cic.test;h=28a4a412fcac7465facb70866cf42f63efc950b1;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=03db53319727fec61cfd5f9acff9c3a64c934166;hpb=cab83f17a2d7a591c4ff2980b07946b50dbf9d00;p=helm.git diff --git a/helm/gTopLevel/tests/match00.cic.test b/helm/gTopLevel/tests/match00.cic.test index 03db53319..28a4a412f 100644 --- a/helm/gTopLevel/tests/match00.cic.test +++ b/helm/gTopLevel/tests/match00.cic.test @@ -4,6 +4,13 @@ match (S O):nat with [ O \Rightarrow O | (S x) \Rightarrow false ] +###### 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 false = cic:/Coq/Init/Datatypes/bool.ind#xpointer(1/1/2) +alias id nat = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1) ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *)