]> matita.cs.unibo.it Git - helm.git/commitdiff
New implementation of eat_prods. Some residual problems disappear.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 26 Feb 2004 16:18:15 +0000 (16:18 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 26 Feb 2004 16:18:15 +0000 (16:18 +0000)
helm/gTopLevel/tests/lambda03.cic.test

index 558be3839287ac0f1d9a9e222ad15db57a91cfef..e6d731cdec22c51ee60da30a507f3c6102d17559 100644 (file)
@@ -1,8 +1,7 @@
 \lambda n:nat.
  \lambda H:n=n.\lambda g:(?\to (le n 0))\to True.(g \lambda f.(f n H))
 ### (* METASENV after disambiguation  *)
- |- ?4: Type
-n : nat; H : (eq nat n n) |- ?5: ?4[]
+
 ### (* 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 *)