]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/lambda01.cic.test
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / tests / lambda01.cic.test
index 0e1f8c22c5f97869e7f71ecd6ec198543d38f9e7..6140de0b172be943097ccc687a20f1dbb6d5a1df 100644 (file)
@@ -1,8 +1,13 @@
 (\lambda f. (f 0 (le_n 0))
-  \lambda n. \lambda H. (refl_equal nat 0)))
+  \lambda n. \lambda H. (refl_equal nat 0))
+###### INTERPRETATION NUMBER 1 ######
+### (* disambiguation environment  *)
+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)
+alias num (instance 0) = "natural number"
 ### (* METASENV after disambiguation  *)
-f : (nat->((le O O)->(eq nat O O))); _ : nat |- ?14: Type
-f : (nat->((le O O)->(eq nat O O))); _ : nat |- ?15: ?14[-2 ; -1]
+
 ### (* TERM after disambiguation      *)
 ([f:(nat->((le O O)->(eq nat O O)))](f O (le_n O)) [n:nat][H:(le O O)](refl_equal nat O))
 ### (* TYPE_OF the disambiguated term *)