aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
Commit message (Expand)AuthorAge
* Partial revert of Yann commit in order to use CLib.List when openingGravatar 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
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* correct some ends of .mllib files (avoid a broken tolink.ml)Gravatar letouzey2012-08-24
* Unification in Evar_conv uses an abstract machine stateGravatar pboutill2012-08-09
* Updating headers.Gravatar herbelin2012-08-08
* Avoid Pp.std_ppcmds in Misctypes.sort_infoGravatar letouzey2012-08-07
* Fixing #2836 (materialize_evar might refine as a side effect theGravatar herbelin2012-07-29
* Fix eta contraction in ReductionopsGravatar pboutill2012-07-25
* Reductionops refactoringGravatar pboutill2012-07-20
* Fixing test-suiteGravatar pboutill2012-07-20
* flex_maybeflex factoringGravatar pboutill2012-07-12
* miller_pfenning unification code factoringGravatar pboutill2012-07-12
* flex_kind_of_term does not have a copy of termGravatar pboutill2012-07-12
* evar reduction is already made by whd_*Gravatar pboutill2012-07-12
* tacred uses stack_reduction_function instead of state_reduction_functionGravatar pboutill2012-07-12
* Fix regression introduced in r15418 that broke MathClasses. In program mode, ...Gravatar msozeau2012-07-11
* Another correction to the dependent existential variable printingGravatar aspiwack2012-07-10
* Continuing r15459: it helps testing occur-check early in someGravatar herbelin2012-07-06
* Practical fix for bug #1206 (anomaly raised in pretyping instead ofGravatar herbelin2012-07-06
* Fixes bug #2678Gravatar aspiwack2012-07-06
* Cleaning opening of the standard List module.Gravatar ppedrot2012-06-28
* Added a .mli to pretyping/program.mlGravatar ppedrot2012-06-25
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Fix bug #2791 by doing a fixpoint computation in consider_remaining_problems:Gravatar msozeau2012-06-21
* Fixing use of an error instead of a boolean result in the unificationGravatar herbelin2012-06-20
* Fixing bug #2817 (occur check was not done up to instantiation ofGravatar herbelin2012-06-20
* Reductionops abstract machine uses Zcase & Zfix stack node.Gravatar pboutill2012-06-15
* Reductionops : Better abstract machine stack utilitiesGravatar pboutill2012-06-15
* Replacing some str with strbrkGravatar ppedrot2012-06-04
* Forward-port fixes from 8.4 (15358, 15353, 15333).Gravatar msozeau2012-06-04
* More cleaningGravatar ppedrot2012-06-01
* Cleaning Pp.ppnl useGravatar ppedrot2012-06-01
* More uniformisation in Pp.warn functions.Gravatar ppedrot2012-05-30
* remove many excessive open Util & Errors in mli'sGravatar letouzey2012-05-29
* No more Univ in grammar.cmaGravatar letouzey2012-05-29
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar 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
* Partial revert of r15148 in order to compile with Camlp4Gravatar pboutill2012-04-27
* Avoid unneeded head-normalizations in coercion code.Gravatar msozeau2012-04-25
* Do not delta-head-normalize the proposition argument of sigma types during co...Gravatar msozeau2012-04-25
* Corrects a bug in the refine tactic which could drop evar bodies.Gravatar aspiwack2012-04-18
* Adds a comment: precondition on Evd.addGravatar aspiwack2012-04-18
* Fixing a "Not_Found" bug related to commit 15061 on the use of evar candidates.Gravatar herbelin2012-04-16