aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/pretyping.ml
Commit message (Expand)AuthorAge
* Remove dynamic stuff from constr_expr and glob_constrGravatar glondu2011-10-28
* Now consider remaining conversion problems in solve_remaining_evars.Gravatar herbelin2011-10-22
* It happens that the type inference algorithm (pretyping) did not checkGravatar herbelin2011-10-05
* Moving implicit tactic support from Tacinterp to Pfedit and final evarGravatar herbelin2011-09-26
* Failing instead of switching to the coercion mechanism when VMcastGravatar herbelin2011-05-15
* - Make typeclass transparency information directly availableGravatar msozeau2011-04-13
* - Remove create_evar_defsGravatar msozeau2011-04-13
* Replaced printing number of ill-typed branch by printing name of constructorGravatar herbelin2011-04-08
* Tentative to make unification check types at every instanciation of anGravatar msozeau2011-03-11
* - Better error messages taking unif. constraints into account.Gravatar msozeau2011-03-11
* Reverted commit r13893 about propagation of more informativeGravatar herbelin2011-03-07
* Added propagation of evars unification failure reasons for betterGravatar herbelin2011-03-07
* ratrapage exception, deja fait ...Gravatar bgregoir2011-01-11
* Fixing an uncaught exception bug with use of vmcastGravatar herbelin2011-01-07
* More {raw => glob} changes for consistencyGravatar glondu2010-12-24
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Change of nomenclature: rawconstr -> glob_constrGravatar glondu2010-12-23
* Improving a few error messages in Ltac interpretationGravatar herbelin2010-09-11
* Fix [clenv_missing] to compute a better approximation of missingGravatar msozeau2010-08-02
* Minor fixes:Gravatar msozeau2010-07-27
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Added support for Ltac-matching terms with variables bound in the patternGravatar herbelin2010-06-06
* Documentation of pretype_id (minor commit).Gravatar herbelin2010-05-28
* Add (almost) compatibility with camlp4, without breaking support for camlp5Gravatar letouzey2010-05-19
* Added a few informations about file lineages (for the most part in kernel)Gravatar herbelin2010-05-09
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Fix splitting evars tactics and stop dropping evar constraints whenGravatar msozeau2010-03-15
* Reorder resolution of type class and unification constraints.Gravatar msozeau2010-03-07
* Fix treatment of remaining unification constraints: raise a moreGravatar msozeau2010-03-07
* Opened the possibility to type Ltac patterns but it is not fully functional yetGravatar herbelin2009-12-24
* Added support for definition of fixpoints using tactics.Gravatar herbelin2009-11-27
* Promote evar_defs to evar_map (in Evd)Gravatar glondu2009-11-11
* Make usage of Dyn explicitGravatar glondu2009-10-28
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* Jolification : tentative de supprimer les "( evd)" et associés quiGravatar aspiwack2009-07-07
* Fixes for r12197, the refined evars were not returned in case fail_evarGravatar msozeau2009-06-22
* Use more consistent resolution parameters in Program and regular typingGravatar msozeau2009-06-18
* Fix "unsatisfiable constraints" error messages to include all theGravatar msozeau2009-06-18
* When typing a non-dependent arrow, do not put the (anonymous) variableGravatar msozeau2009-06-11
* - New cleaning phase for the entry points of pretyping.mlGravatar herbelin2009-04-24
* Fixes to make Ynot compile with the trunk:Gravatar msozeau2009-03-20
* On remplace evar_map par evar_defs (seul evar_defs est désormais exporté Gravatar aspiwack2009-02-19
* Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->Gravatar herbelin2008-12-31
* Apply vmconv if there are no _undefined_ evars around.Gravatar msozeau2008-11-08
* Slight change of the semantics of user-given casts: they don't reallyGravatar msozeau2008-11-07
* Move Record desugaring to constrintern and add ability to use notationsGravatar msozeau2008-11-05
* More debugging of handling of open constrs with typeclasses:Gravatar msozeau2008-10-25
* Open notation for declaring record instances.Gravatar msozeau2008-10-23
* Uniformisation du format des messages d'erreur (commencent par uneGravatar herbelin2008-07-17
* Various improvements in handling of evars in general and typingGravatar msozeau2008-06-21