]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/cic_unification
snapshot (1st commit of fix body generation)
[helm.git] / helm / ocaml / cic_unification /
2005-01-11 Stefano Zacchiroliadded fallback case (assertion failure) for unsupported...
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-11-29 Stefano Zacchirolipasses subst to FreshNameGenerator
2004-11-29 Stefano Zacchiroli- pass subst to FreshNameGenerator on mk_fresh_name...
2004-11-29 Stefano Zacchirolibugfix: FreshNameGenerator uses the type checker on...
2004-11-25 Stefano Zacchiroliprotected invocations of get_cooked_obj with assertion...
2004-11-12 Stefano ZacchiroliFixed an hidden occur check problem: when a Meta is...
2004-10-22 Andrea Aspertiported to typed explicit subst
2004-10-22 Andrea Aspertirebuilt
2004-10-22 Andrea Asperti- ported to typed explicit subst
2004-10-22 Andrea Asperti- ported to typed explicit subst
2004-10-22 Andrea Asperti- ported to typed explicit substitutions
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-05 Stefano Zacchirolicommeted out some debugging instructions
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-06-01 Enrico Tassinew universes implementation
2004-04-23 Enrico TassiUniverses introduction
2004-04-22 Enrico TassiBig bug fixed: in the case t <?= ?1, the instantiation...
2004-04-06 Stefano Zacchirolireorganized functions order
2004-03-16 Andrea AspertiSorts are no longer all convertible. To be completed...
2004-03-16 Andrea AspertiSorts are no longer all convertible. To be completed...
2004-03-05 Claudio Sacerdoti... Debugging message removed.
2004-03-05 Claudio Sacerdoti... apply_subst did not apply the substitution to the expli...
2004-03-05 Claudio Sacerdoti... Refine now raises only RefineFailure, AssertFailure...
2004-03-05 Claudio Sacerdoti... List.nth not guarded by try ... with. Fixed.
2004-03-02 Claudio Sacerdoti... ...
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-12 Ferruccio Guidinew .depend files
2004-02-11 Stefano Zacchirolifixed typo
2004-02-11 Stefano Zacchiroliuse debug_print in a debugging message
2004-02-11 Claudio Sacerdoti... A type checking error report now prints also the metasenv.
2004-02-11 Claudio Sacerdoti... Big changes:
2004-02-11 Claudio Sacerdoti... Added copyright notice.
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... Added mk_implicit_sort.
2004-02-07 Claudio Sacerdoti... sort_of_prod: the second term, when it is a meta, was...
2004-02-06 Claudio Sacerdoti... sort metavariables are now generated in an empty canoni...
2004-02-06 Stefano Zacchiroliadded annotations to Cic.Implicit
2004-02-06 Claudio Sacerdoti... Comments (notes) removed.
2004-02-06 Claudio Sacerdoti... Code riorganization.
2004-02-06 Stefano Zacchiroliadded Format-library-friendly pretty printers defined...
2004-02-05 Claudio Sacerdoti... Improved error messages.
2004-02-05 Stefano Zacchiroliremoved duplicated entry about freshNamesGenerator
2004-02-05 Claudio Sacerdoti... - sort_of_prod now returns the second Meta (if it is...
2004-02-05 Claudio Sacerdoti... "assert false" relaxed to a warning.
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... freshNameGenerator.ml* added
2004-02-05 Stefano Zacchirolirebuilt
2004-02-05 Stefano Zacchiroliadded freshNameGenerator
2004-02-05 Claudio Sacerdoti... dummy dependent types and dummy letins are now removed...
2004-02-05 Claudio Sacerdoti... fresh_name_generator has now also the metasenv parameter.
2004-02-05 Claudio Sacerdoti... mk_fresh_name moved to FreshNamesGenerator.
2004-02-05 Claudio Sacerdoti... Final answer: the local context MUST be normalized...
2004-02-05 Claudio Sacerdoti... Restrict reimplemented to avoid generating lists of...
2004-02-05 Claudio Sacerdoti... Bug fixed: the canonical contexts were traversed in...
2004-02-04 Claudio Sacerdoti... ppterm_in_context exported
2004-02-04 Claudio Sacerdoti... ppcontext (and thus also ppmetasenv) were buggy: the...
2004-02-04 Claudio Sacerdoti... Bug fixed: restriction of already restricted contexts...
2004-02-04 Claudio Sacerdoti... We no longer apply the subst to a Meta in force_does_no...
2004-02-04 Andrea Aspertidelift no longer apply the substitution when a Meta...
2004-02-04 Claudio Sacerdoti... ...
2004-02-04 Claudio Sacerdoti... Patch to delift withdrawn.
2004-02-04 Claudio Sacerdoti... Bug fixed: when a variable not instantiated yet was...
2004-02-04 Stefano Zacchiroliremoved a debugging message
2004-02-04 Stefano Zacchiroli- improved some error messages
2004-02-03 Claudio Sacerdoti... cic_mkimplicit' removed (its implementation was wrong...
2004-02-03 Claudio Sacerdoti... Debugging code removed.
2004-02-03 Claudio Sacerdoti... sort_of_prod changed to not generate a new metavariable...
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-03 Claudio Sacerdoti... eat_prods reimplemented to generalize the output type...
2004-02-03 Claudio Sacerdoti... Added an optional parameter to identity_relocation_list...
2004-02-02 Stefano Zacchiroliuses CicMetaSubst.ppterm where needed
2004-02-02 Stefano Zacchiroli- refine's type_of no longer return a substitution
2004-02-02 Stefano Zacchiroli- big hack: keep on unifying/refining when SortExpected...
2004-02-02 Stefano Zacchiroli- removed metasenv argument from kernel proxies invocations
2004-02-02 Stefano Zacchiroli- bugfix for expand_implicits, return correct term...
2004-02-02 Stefano Zacchiroli- removed unwind: every substitution is now _not_ unwinded
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 Zacchirolibetter comment for kernel wrappers
2004-01-23 Stefano Zacchirolia better error message
2004-01-22 Stefano Zacchiroliadded to CicMetaSubst subst wrapper for CicReduction...
2004-01-22 Stefano Zacchiroliprettified
2004-01-22 Stefano Zacchiroliported to cicMetaSubst
2004-01-22 Stefano Zacchiroli- splitted into cicMetaSubst
2004-01-22 Stefano Zacchirolibugfixes, typos and the hell
2004-01-22 Stefano Zacchirolisplit into this and cicMetaSubst.mli
2004-01-22 Stefano Zacchiroliadded CicMetaSubst module for metavariable instantiatiation
2004-01-20 Andrea AspertiFirst version of refine for MutCase, still largely...
2004-01-19 Stefano Zacchiroliadded MkImplicit module for meta handling
next