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