]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/cic_unification/cicRefine.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_unification / cicRefine.ml
2005-11-22 Claudio Sacerdoti... Debugging code commented out.
2005-11-22 Claudio Sacerdoti... "Localization" of error messages for eat_prods and...
2005-11-21 Claudio Sacerdoti... More informative error messages.
2005-11-19 Claudio Sacerdoti... Coercions are now inserted also around the sources...
2005-11-18 Enrico Tassimore work for coercions
2005-11-18 Claudio Sacerdoti... Incredible bug fixed: coercions were computed and then...
2005-11-07 Claudio Sacerdoti... Refinement of a Cast was bugged.
2005-11-04 Enrico Tassirefined outtype used to be discharged
2005-10-26 Claudio Sacerdoti... Dead code removed.
2005-10-25 Enrico Tassimoved the expansion of implicits inside the refiner...
2005-10-25 Claudio Sacerdoti... Every exception that used to have type string is now...
2005-10-17 Enrico Tassiadded coercions to Prod
2005-09-23 Claudio Sacerdoti... CicUtil.profile ==> HExtlib.profile
2005-09-21 Claudio Sacerdoti... More profiling code.
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-06 Claudio Sacerdoti... Refiner substituted with the type-checker in a case...
2005-09-05 Claudio Sacerdoti... The refined form of a reference to a let-in bound varia...
2005-09-05 Claudio Sacerdoti... Critical bug fixed: the get_cooked_obj was called on...
2005-06-29 Claudio Sacerdoti... Stupid bug fixed in the refinement of let ... in
2005-06-15 Claudio Sacerdoti... Bug fixed (that used to throw away a metasenv :-(
2005-06-15 Claudio Sacerdoti... Refinement of CurrentProof did not check whether the...
2005-06-15 Claudio Sacerdoti... Big commit and major code clean-up:
2005-06-10 Claudio Sacerdoti... * (Head) beta reduction functions factorized
2005-06-09 Claudio Sacerdoti... Now CicMetaSubst.delift_rels restricts the Metas when...
2005-06-09 Claudio Sacerdoti... CicSubstitution.delift ==> CicMetaSubst.delift_rels
2005-06-09 Claudio Sacerdoti... Exception raised by delift changed:
2005-06-09 Claudio Sacerdoti... Debugging code removed.
2005-06-09 Enrico Tassiremoved debug prints
2005-06-08 Claudio Sacerdoti... Yet another bug fixed in the inference of the outtype...
2005-06-08 Claudio Sacerdoti... Fixed a few bugs in the inference of the outtype for...
2005-06-08 Claudio Sacerdoti... Fixed inference of outtype for match when the inductive...
2005-06-07 Enrico Tassiadded support for coercions
2005-06-07 Enrico Tassi1) Implemented inference of the outtype for empty induc...
2005-05-27 Enrico Tassiremoved debug prerr_endline
2005-04-29 Enrico TassiUniverseInconsistency is now wrapper by CicRefine.type_...
2005-04-28 Enrico Tassideactivated coercions
2005-04-27 Stefano Zacchirolimerged changes from the svn fork by me and Enrico
2005-02-01 Enrico Tassiremoved debug print
2005-01-31 Enrico TassiAdded outtype inference to MutCase
2005-01-21 Enrico Tassi- Changed ApplyTransformation API to return both the...
2005-01-21 Stefano Zacchiroliattributes support
2005-01-19 Enrico Tassicoercion application
2005-01-17 Enrico Tassinew cicEnvironment implementation
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-11-29 Stefano Zacchiroli- pass subst to FreshNameGenerator on mk_fresh_name...
2004-11-25 Stefano Zacchiroliprotected invocations of get_cooked_obj with assertion...
2004-10-22 Andrea Aspertiported to typed explicit subst
2004-07-20 Andrea AspertiSubst has been added to the kernel.
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-01 Enrico Tassinew universes implementation
2004-04-23 Enrico TassiUniverses introduction
2004-03-16 Andrea AspertiSorts are no longer all convertible. To be completed...
2004-03-05 Claudio Sacerdoti... Refine now raises only RefineFailure, AssertFailure...
2004-03-02 Claudio Sacerdoti... - Improved error messaging.
2004-02-26 Claudio Sacerdoti... Error message fixed.
2004-02-26 Claudio Sacerdoti... New implementation of eat_prods.
2004-02-26 Claudio Sacerdoti... Optimization: since an invariant says that the inferred...
2004-02-11 Claudio Sacerdoti... Big changes:
2004-02-09 Claudio Sacerdoti... eat_prods now uses mk_implicit_type.
2004-02-07 Claudio Sacerdoti... - Added mk_implicit_sort.
2004-02-07 Claudio Sacerdoti... sort_of_prod: the second term, when it is a meta, was...
2004-02-06 Stefano Zacchiroliadded annotations to Cic.Implicit
2004-02-05 Claudio Sacerdoti... Improved error messages.
2004-02-05 Claudio Sacerdoti... - sort_of_prod now returns the second Meta (if it is...
2004-02-05 Claudio Sacerdoti... No longer puts anonymous declarations in the canonical...
2004-02-05 Claudio Sacerdoti... - the result of a refinement is now cleared from dummy...
2004-02-05 Claudio Sacerdoti... dummy dependent types and dummy letins are now removed...
2004-02-04 Stefano Zacchiroli- improved some error messages
2004-02-03 Claudio Sacerdoti... sort_of_prod changed to not generate a new metavariable...
2004-02-03 Claudio Sacerdoti... eat_prods reimplemented to generalize the output type...
2004-02-02 Stefano Zacchiroli- refine's type_of no longer return a substitution
2004-02-02 Stefano Zacchiroli- removed metasenv argument from kernel proxies invocations
2004-01-29 Claudio Sacerdoti... - lift added to CicMetaSubst
2004-01-27 Stefano Zacchiroli- occur check test anticipated to the delift phase
2004-01-23 Stefano Zacchirolia better error message
2004-01-22 Stefano Zacchirolibugfixes, typos and the hell
2004-01-20 Andrea AspertiFirst version of refine for MutCase, still largely...
2003-12-02 Ferruccio Guidisort CProp added
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.