]> matita.cs.unibo.it Git - helm.git/commit
1. is_meta_closed should be applied only to terms on which a substitution
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 25 Oct 2006 17:42:45 +0000 (17:42 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 25 Oct 2006 17:42:45 +0000 (17:42 +0000)
commit81ef66d9ad4cf863a770664190f96653e9777a57
tree3ce95975e31a0ca4efa8817e7074befd22da19ca
parentdcac7c3f755cb1980e62f517d639d8e12ffd1c76
1. is_meta_closed should be applied only to terms on which a substitution
   has already been applied. Fixed here and there.
   Note: it is not possible to add a subst parameter to is_meta_closed since
   the function is declared in cic/CicUtil and it is used where the unification
   is not available (e.g. in whelp and library)
2. known (but never verified before) bug fixed: delifting should fail
   (instead of raising Uncertain) iff the local context is not meta_closed.
   The test used to be "does not contain a Meta"
helm/software/components/cic_unification/cicMetaSubst.ml
helm/software/components/cic_unification/cicRefine.ml