X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch01.cic.test;h=13fbce756b613e620a10a38d8ceec5a1452d3120;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=089665f6af4a89c0afe9bef6064c7e7813a5d036;hpb=cab83f17a2d7a591c4ff2980b07946b50dbf9d00;p=helm.git diff --git a/helm/gTopLevel/tests/match01.cic.test b/helm/gTopLevel/tests/match01.cic.test index 089665f6a..13fbce756 100644 --- a/helm/gTopLevel/tests/match01.cic.test +++ b/helm/gTopLevel/tests/match01.cic.test @@ -2,6 +2,14 @@ match (le_n O): le with [ le_n \Rightarrow (refl_equal nat O) | (le_S x y) \Rightarrow (refl_equal nat O) ] +###### INTERPRETATION NUMBER 1 ###### +### (* disambiguation environment *) +alias id O = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/1) +alias id eq = cic:/Coq/Init/Logic/eq.ind#xpointer(1/1) +alias id le = cic:/Coq/Init/Peano/le.ind#xpointer(1/1) +alias id le_n = cic:/Coq/Init/Peano/le.ind#xpointer(1/1/1) +alias id nat = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1) +alias id refl_equal = cic:/Coq/Init/Logic/eq.ind#xpointer(1/1/1) ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *)