]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/lambda03.cic.test
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / tests / lambda03.cic.test
index 0234af4926a62f5760aaf14f69f3c79346638c74..6ae0213b1d244ef94eb8921b2e29fffb841b2f2d 100644 (file)
@@ -1,12 +1,14 @@
 \lambda n:nat.
  \lambda H:n=n.\lambda g:(?\to (le n 0))\to True.(g \lambda f.(f n H))
+###### INTERPRETATION NUMBER 1 ######
+### (* disambiguation environment  *)
+alias id True = cic:/Coq/Init/Logic/True.ind#xpointer(1/1)
+alias id le = cic:/Coq/Init/Peano/le.ind#xpointer(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  *)
-n : nat; H : (eq nat n n); _ :? _; _ :? _; x : nat |- ?26: Type
-n : nat; H : (eq nat n n); _ :? _; _ :? _; x : nat |- ?27: ?26[n ; H ; _ ; _ ; x]
-n : nat; H : (eq nat n n); _ :? _ |- ?8: Type
-n : nat; H : (eq nat n n); _ :? _ |- ?9: ?8[n ; H ; _]
-n : nat; H : (eq nat n n) |- ?5: Type
-n : nat; H : (eq nat n n) |- ?6: ?5[n ; H]
+
 ### (* TERM after disambiguation      *)
 [n:nat][H:(eq nat n n)][g:(((x:nat)((eq nat x x)->(le x O))->(le n O))->True)](g [f:(x:nat)((eq nat x x)->(le x O))](f n H))
 ### (* TYPE_OF the disambiguated term *)