aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/pretyping.ml
Commit message (Expand)AuthorAge
* Cleaning opening of the standard List module.Gravatar ppedrot2012-06-28
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Forward-port fixes from 8.4 (15358, 15353, 15333).Gravatar msozeau2012-06-04
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* Glob_term now mli-only, operations now in Glob_opsGravatar letouzey2012-05-29
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* Evar_kinds.mli containing former Evd.hole_kind, avoid deps on EvdGravatar letouzey2012-05-29
* Fix interface of resolve_typeclasses: onlyargs -> with_goals:Gravatar msozeau2012-03-20
* More adaptations of pretyping/coercion to Program mode.Gravatar msozeau2012-03-19
* Fix merge and add missing file.Gravatar msozeau2012-03-14
* Revise API of understand_ltac to be parameterized by a flag for resolution of...Gravatar msozeau2012-03-14
* Merge fixesGravatar msozeau2012-03-14
* Everything compiles again.Gravatar msozeau2012-03-14
* Second step of integration of Program:Gravatar msozeau2012-03-14
* Remove support for "abstract typing constraints" that requires unicity of sol...Gravatar msozeau2012-03-14
* A bit of cleaning: unifying push_rels and push_rel_context.Gravatar herbelin2012-03-13
* Noise for nothingGravatar pboutill2012-03-02
* 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