X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch04.cic.test;h=8befe4c3dbbbbf93dfaffa16a5a0b0e41b9c7a93;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=280bfbf5d26549be58b3c13f077c0aaed9788048;hpb=cab83f17a2d7a591c4ff2980b07946b50dbf9d00;p=helm.git diff --git a/helm/gTopLevel/tests/match04.cic.test b/helm/gTopLevel/tests/match04.cic.test index 280bfbf5d..8befe4c3d 100644 --- a/helm/gTopLevel/tests/match04.cic.test +++ b/helm/gTopLevel/tests/match04.cic.test @@ -2,6 +2,11 @@ match O:nat with [ O \Rightarrow O | (S x) \Rightarrow (S (S x)) ] +###### 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 nat = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1) ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *)