X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fmatch02.cic.test;h=49f680053b51fe6ba23ab97226b4e7d0497d5485;hb=741b3e9014f940fbbd34bee7b606ff7e72170452;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..49f680053 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#1/1/2 +alias id le = cic:/Coq/Init/Peano/le.ind#1/1 +alias id le_S = cic:/Coq/Init/Peano/le.ind#1/1/2 +alias id le_n = cic:/Coq/Init/Peano/le.ind#1/1/1 +alias id nat = cic:/Coq/Init/Datatypes/nat.ind#1/1 +alias num (instance 0) = "natural number" ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *)