X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch02.cic.test;h=08a583805b63fa8cd05bd5709678a067e5bea9df;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=c265102742d4435892e0cf49f5d142a599589071;hpb=cab83f17a2d7a591c4ff2980b07946b50dbf9d00;p=helm.git diff --git a/helm/gTopLevel/tests/match02.cic.test b/helm/gTopLevel/tests/match02.cic.test index c26510274..08a583805 100644 --- a/helm/gTopLevel/tests/match02.cic.test +++ b/helm/gTopLevel/tests/match02.cic.test @@ -2,6 +2,14 @@ match (le_S 0 0 (le_n 0)): le with [ le_n \Rightarrow (le_S 0 0 (le_n 0)) | (le_S x y) \Rightarrow (le_S 0 (S x) (le_S 0 x y)) ] +###### INTERPRETATION NUMBER 1 ###### +### (* disambiguation environment *) +alias id S = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/2) +alias id le = cic:/Coq/Init/Peano/le.ind#xpointer(1/1) +alias id le_S = cic:/Coq/Init/Peano/le.ind#xpointer(1/1/2) +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 num (instance 0) = "natural number" ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *)