aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/constrintern.ml
Commit message (Expand)AuthorAge
* Useless use of maps in constr internalizing.Gravatar ppedrot2013-06-25
* Using the whole tactic environment while Pretyping.Gravatar ppedrot2013-06-24
* Generalizing the use of maps instead of lists in the interpretationGravatar ppedrot2013-06-22
* A uniformization step around understand_* and interp_* functions.Gravatar herbelin2013-05-09
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* Alert when using ".." outside a Notation command.Gravatar herbelin2013-05-08
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Coqide: Globalization feedback (proof of concept)Gravatar gareuselesinge2013-04-25
* Removing the module Libtypes and unifying the Search[Pattern|Rewrite]?Gravatar ppedrot2013-03-19
* Restrict (try...with...) to avoid catching critical exn (part 8)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 3)Gravatar letouzey2013-03-12
* Actually adding backtrace handling.Gravatar ppedrot2013-01-28
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Fix bug 2958: Inductive deep in in clause are impossibleGravatar pboutill2013-01-21
* Modulification of nameGravatar ppedrot2012-12-18
* Fixed interpretation of "x" as a binding variable for the returnGravatar herbelin2012-12-17
* Modulification of identifierGravatar ppedrot2012-12-14
* Implemented a full-fledged equality on [constr_expr]. By the way,Gravatar ppedrot2012-12-14
* Renamed Option.Misc.compare to the more uniform Option.equal.Gravatar ppedrot2012-12-13
* Backtrack on activating scopes with type casts (was r15978).Gravatar herbelin2012-12-04
* Monomorphization (interp)Gravatar ppedrot2012-11-25
* More equality functionsGravatar ppedrot2012-11-25
* Taking into account the type of a definition (if it exists), and theGravatar herbelin2012-11-17
* Added a CString module.Gravatar ppedrot2012-11-13
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* As r15801: putting everything from Util.array_* to CArray.*.Gravatar ppedrot2012-09-14
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* Improving management of notations with binders (see #2708 where aGravatar herbelin2012-07-21
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Internalization of pattern is done in two phases.Gravatar pboutill2012-06-14
* 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
* Basic stuff about constr_expr migrated from topconstr to constrexpr_opsGravatar letouzey2012-05-29
* Stuff about notation_constr (ex-aconstr) now in notation_ops.mlGravatar letouzey2012-05-29
* Pattern as a mli-only file, operations in PatternopsGravatar letouzey2012-05-29
* New files intf/constrexpr.mli and intf/notation_term.mli out of TopconstrGravatar 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
* Impossible branches inference fixup (bug 2761)Gravatar pboutill2012-05-11
* "A -> B" is a notation for "forall _ : A, B".Gravatar pboutill2012-04-12
* Fixing the "capture" check newly introduced in r15122 whenGravatar herbelin2012-04-07
* Unifying the different procedures for interning binders.Gravatar herbelin2012-04-06
* Fixing a few bugs (see #2571) related to interpretation of multiple bindersGravatar herbelin2012-04-06
* Fixing bug #2724 (using notations with binders in cases patternsGravatar herbelin2012-03-20
* Second step of integration of Program:Gravatar msozeau2012-03-14
* Glob_term.predicate_pattern: No number of parameters with letins.Gravatar pboutill2012-03-02