X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch07.cic.test;h=690ccd28ab82fa1aac5bc2dffb09471473941669;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=ec1ad7156708bebcfa6aad5c98659f50a9048f01;hpb=1d43744bf87522c418a8bb5d7787dcdbdd6f25a5;p=helm.git diff --git a/helm/gTopLevel/tests/match07.cic.test b/helm/gTopLevel/tests/match07.cic.test index ec1ad7156..690ccd28a 100644 --- a/helm/gTopLevel/tests/match07.cic.test +++ b/helm/gTopLevel/tests/match07.cic.test @@ -2,6 +2,13 @@ match true 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 *)