aboutsummaryrefslogtreecommitdiff
path: root/pretyping
AgeCommit message (Expand)Author
2009-11-02Reverted an incorrect code simplification in function status_changedherbelin
2009-10-30Attempt to capture on time unification errors for "with" bindings.herbelin
2009-10-30Take constraints into account in the "instantiate" tacticherbelin
2009-10-29Fix bug in dnet.ml, which missed some results when filtering one term against...puech
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-28Remove old compatibility stuff (Tacred.nf)glondu
2009-10-28Make usage of Dyn explicitglondu
2009-10-27Fixes around typeclasses:msozeau
2009-10-25Improved the treatment of Local/Global options (noneffective Local onherbelin
2009-10-23First debug... the renaming of librairies was not working and auto/dn were no...soubiran
2009-10-21This big commit addresses two problems:soubiran
2009-10-04Changed the way to support compatibility with previous versions.herbelin
2009-09-18- Fixed a bug in checking that implicit arguments are all correctlyherbelin
2009-09-17Remove useless Liboject.export_function fieldglondu
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-13- Inductive types in the "using" option of auto/eauto/firstorder areherbelin
2009-09-08Fix the bug-ridden code used to choose leibniz or generalizedmsozeau
2009-08-23A new kind of automatically generated scheme "congr" for equality typesherbelin
2009-08-13Death of "survive_module" and "survive_section" (the first one washerbelin
2009-08-13Made unification patch 12268 even more ad hoc (if evars remain in aherbelin
2009-08-11Ensures that let-in's in arities of inductive types work well. Maybe notherbelin
2009-08-11Relatively ad hoc fix to an ill-typed instantiation bug in typeherbelin
2009-08-07Fixed incorrect optimization in Prettyp.pr_located_qualid introducedherbelin
2009-08-06- Cleaning phase of the interfaces of libnames.ml and nametab.mlherbelin
2009-08-02Improved parameterization of Coq:herbelin
2009-07-15- Fixing bug #2139 (kernel-based test of well-formation of eliminationherbelin
2009-07-09Use the proper unification flags in e_exact. This makes exact fail a bitmsozeau
2009-07-08Fixed bug #2116 ("simpl" created ill-typed term while acceptingherbelin
2009-07-08Don't use recent ocaml tolerance for pattern "ProjectVar _" whenherbelin
2009-07-08Reactivation of pattern unification of evars in apply unification, inherbelin
2009-07-08Add heuristic based on non-linearity of evars to determine whether anherbelin
2009-07-08Fixing bug 2129 (evar introduced to remember an ambiguous projectionherbelin
2009-07-07Jolification : tentative de supprimer les "( evd)" et associƩs quiaspiwack
2009-07-06change in the order of unification constraints solving (for canonical structu...amahboub
2009-06-30Add new variants of [rewrite] and [autorewrite] which differ in themsozeau
2009-06-28Improve return predicate inference by making the return type dependentmsozeau
2009-06-22Fixes for r12197, the refined evars were not returned in case fail_evarmsozeau
2009-06-22documented a bug of pattern unification with metasbarras
2009-06-18Use more consistent resolution parameters in Program and regular typingmsozeau
2009-06-18Fix "unsatisfiable constraints" error messages to include all themsozeau
2009-06-18Try typeclass resolution in coercion if no solution can be found to amsozeau
2009-06-11Use a lazy value for the message in FailError, so that it won't bemsozeau
2009-06-11When typing a non-dependent arrow, do not put the (anonymous) variablemsozeau
2009-06-06Fixing bug #2106 ("match" compilation with multi-dependent constructor).herbelin
2009-06-02Adding a regression test about Bauer's example on coq-club ofherbelin
2009-06-02Backtrack on experimental unification with sort variables: it requires msozeau
2009-06-01Change unification with sort constraints to not use the kernelmsozeau
2009-05-28Properly catch sort constraint inconsistency exception inmsozeau
2009-05-27Populate the sort constraints set correctly during unification. Add amsozeau
2009-05-24Temporary fixes in unification:msozeau