X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Flambda02.cic.test;h=2d813315c3aae8c6a5fd38671239b18d04c3d119;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=ee8c6b118e11f287ec0e91ea28095faa0b837be6;hpb=cab83f17a2d7a591c4ff2980b07946b50dbf9d00;p=helm.git diff --git a/helm/gTopLevel/tests/lambda02.cic.test b/helm/gTopLevel/tests/lambda02.cic.test index ee8c6b118..2d813315c 100644 --- a/helm/gTopLevel/tests/lambda02.cic.test +++ b/helm/gTopLevel/tests/lambda02.cic.test @@ -1,9 +1,16 @@ \lambda f:(\forall n:nat. (\forall H:(le 0 n). (n=n))). (f 0 (le_n 0)) +###### INTERPRETATION NUMBER 1 ###### +### (* disambiguation environment *) +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 num (instance 0) = "natural number" +alias symbol "eq" (instance 0) = "leibnitz's equality" ### (* METASENV after disambiguation *) ### (* TERM after disambiguation *) -[f:(n:nat)(H:(le O n))(eq nat n n)](f O (le_n O)) +[f:(n:nat)((le O n)->(eq nat n n))](f O (le_n O)) ### (* TYPE_OF the disambiguated term *) -(f:(n:nat)(H:(le O n))(eq nat n n))(eq nat O O) +(f:(n:nat)((le O n)->(eq nat n n)))(eq nat O O) ### (* REDUCED disambiguated term *) -[f:(n:nat)(H:(le O n))(eq nat n n)](f O (le_n O)) +[f:(n:nat)((le O n)->(eq nat n n))](f O (le_n O))