]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/cic_unification/cicUnification.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_unification / cicUnification.ml
2005-11-19 Claudio Sacerdoti... Less verbose error messages (= substitution applied...
2005-11-18 Enrico Tassimore work for coercions
2005-11-14 Enrico Tassidded missing catch for coercions
2005-11-07 Claudio Sacerdoti... AssertFailure from the type-checker now becomes an...
2005-10-25 Stefano Zacchiroli"better" (????) identification of assertion failures
2005-10-25 Claudio Sacerdoti... Every exception that used to have type string is now...
2005-09-26 Claudio Sacerdoti... Unification enhanchement:
2005-09-21 Claudio Sacerdoti... More debug_print made lazy.
2005-09-19 Claudio Sacerdoti... This commit (partially) removes a big source of ineffic...
2005-09-15 Stefano Zacchiroliuniformed ppmetasenv to other pp* methods: substs are...
2005-09-09 Enrico Tassithe case Appl Meta vs t was not executed in case t...
2005-06-10 Claudio Sacerdoti... * (Head) beta reduction functions factorized
2005-05-31 Enrico Tassiimplemented normalize (used in new_metasenv_for_apply)
2005-05-27 Enrico Tassiremoved debug prerr_endline
2005-05-27 Andrea Asperti1. removed obsolete comments
2005-05-20 Andrea AspertiWhen we unify a Prod against a term t2 which is not...
2005-04-27 Stefano Zacchirolimerged changes from the svn fork by me and Enrico
2005-02-14 Enrico TassiAdded heuristic in the Appl case, we beta-expand only...
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-11-29 Stefano Zacchirolipasses subst to FreshNameGenerator
2004-10-22 Andrea Asperti- ported to typed explicit subst
2004-07-20 Andrea AspertiSubst has been added to the kernel.
2004-07-05 Stefano ZacchiroliBug fixed: beta_expand did not perform any recursion...
2004-07-02 Claudio Sacerdoti... Bug fixed: the beta_expansion function did not lift...
2004-07-01 Stefano ZacchiroliNew handling of substitution:
2004-06-28 Andrea Asperti- new implementation of the apply case in fo_unif using...
2004-06-18 Claudio Sacerdoti... - In the case (?i args) vs term the term is now eta...
2004-04-23 Enrico TassiUniverses introduction
2004-04-22 Enrico TassiBig bug fixed: in the case t <?= ?1, the instantiation...
2004-03-16 Andrea AspertiSorts are no longer all convertible. To be completed...
2004-03-02 Claudio Sacerdoti... ...
2004-03-02 Claudio Sacerdoti... - Improved error messaging.
2004-02-11 Stefano Zacchirolifixed typo
2004-02-11 Claudio Sacerdoti... A type checking error report now prints also the metasenv.
2004-02-11 Claudio Sacerdoti... Big changes:
2004-02-06 Stefano Zacchiroliadded annotations to Cic.Implicit
2004-02-03 Stefano Zacchirolicatch just AssertFailure instead of _ (AssertFailure...
2004-02-03 Claudio Sacerdoti... Meta vs same Meta now tries unification when convertibi...
2004-02-02 Stefano Zacchiroliuses CicMetaSubst.ppterm where needed
2004-02-02 Stefano Zacchiroli- big hack: keep on unifying/refining when SortExpected...
2004-01-27 Stefano Zacchiroli- occur check test anticipated to the delift phase
2004-01-22 Stefano Zacchiroliadded to CicMetaSubst subst wrapper for CicReduction...
2004-01-22 Stefano Zacchiroli- splitted into cicMetaSubst
2004-01-20 Andrea AspertiFirst version of refine for MutCase, still largely...
2003-12-18 Claudio Sacerdoti... Bug commented out. The comment is also commented.
2003-12-18 Claudio Sacerdoti... Big bug spotted: restriction can fail and it was implic...
2003-12-18 Claudio Sacerdoti... One of the bug I detected (and commented) in my last...
2003-12-17 Claudio Sacerdoti... More comments. Some of them may highlight bugs or open...
2003-12-17 Claudio Sacerdoti... Big bug spotted and commented: the delift function...
2003-12-17 Claudio Sacerdoti... * comments improved an possible code weakness (i.e...
2003-12-17 Claudio Sacerdoti... * Reindentation.
2003-09-05 Claudio Sacerdoti... Defs in context may now have an optional type (when...
2003-06-19 Claudio Sacerdoti... Merge of the V7_3_new_exportation branch.
2002-06-12 Claudio Sacerdoti... Abst removed from the DTD.
2002-05-22 Claudio Sacerdoti... delift moved from cicSubstitution to cicUnification
2002-05-20 Claudio Sacerdoti... New experimental commit: metavariables representation...
2002-05-08 Claudio Sacerdoti... Experimental commit: we can now have definitions in...
2002-04-29 Claudio Sacerdoti... Bug fixed: the unwinding was not recursively performed...
2002-04-26 Claudio Sacerdoti... Old and dead code from the previous implementation...
2002-04-26 Claudio Sacerdoti... First (very bugged) version of cic_unification committed.