X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch00.cic.test;h=b2de9dbd117d276058e23800302d00672257dc80;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;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..b2de9dbd1 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#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 false = cic:/Coq/Init/Datatypes/bool.ind#1/1/2 +alias id nat = cic:/Coq/Init/Datatypes/nat.ind#1/1 ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *)