aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
Commit message (Expand)AuthorAge
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Removing useless casts between arrays and lists.Gravatar ppedrot2013-08-04
* Removing now useless merging primitives from Evd.Gravatar ppedrot2013-08-04
* Small fixes due to the arrival of OCaml 3.12.Gravatar ppedrot2013-08-03
* Fixing #3088. Translation from globconstrs to patterns was forgettingGravatar ppedrot2013-08-01
* Added printing of instance priority to the Print Instances command.Gravatar ppedrot2013-08-01
* - Fix uncaught exception NotASort from reductionops, moving decomp_sort to re...Gravatar msozeau2013-07-19
* Revising r16550 about providing intro patterns for applying injection:Gravatar herbelin2013-07-09
* 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
* - Keep the refinement of existing evars comming from unification with a rewri...Gravatar msozeau2013-06-19
* One more fix for rewrite: disallow resolving of the (partial) constraintsGravatar msozeau2013-06-12
* Replacing lists by maps in matching interpretation.Gravatar ppedrot2013-06-05
* Do not compute fallback eagerly in EvarconvGravatar pboutill2013-05-30
* export Unification.abstract_list_all_with_dependenciesGravatar pboutill2013-05-30
* Why not going inside fixpoint definition with appcontext ?Gravatar pboutill2013-05-30
* comments in mliGravatar pboutill2013-05-30
* Pushing lazy lists into Ltac. Now, the control flow is explicitGravatar ppedrot2013-05-28
* Code cleaning in Matching.Gravatar ppedrot2013-05-24
* Mini documentation (evar_absorb_arguments).Gravatar herbelin2013-05-14
* Delayed the computation of parameters in sort polymorphism ofGravatar herbelin2013-05-14
* "change ... in ..." and "simpl ... in ..." now consider nestedGravatar herbelin2013-05-14
* Fixing a regression in unification introduced in r16205 (error raisedGravatar herbelin2013-05-14
* Removing Gmap from Classops. Fold order only mattered for printing.Gravatar ppedrot2013-05-14
* Removing useless uses of Gmap.Gravatar ppedrot2013-05-14
* Replacing compatibility layer for Fmap in Typeclasses. Code wasGravatar ppedrot2013-05-14
* More semantical-friendly function.Gravatar ppedrot2013-05-14
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* Fixing a source of evars leak, revealed by contrib QuicksortComplexityGravatar herbelin2013-05-11
* Little oversight in commit r16489 (fix for bug #3036).Gravatar herbelin2013-05-10
* A uniformization step around understand_* and interp_* functions.Gravatar herbelin2013-05-09
* A few comments in evarconv.mli.Gravatar herbelin2013-05-09
* Uniformization: isevars -> evdref/sigma/evdGravatar herbelin2013-05-09
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* Protection against "Bad recursive type" in w_unify0 (bug #3036).Gravatar herbelin2013-05-08
* Fixing ocamldoc compilation.Gravatar ppedrot2013-05-06
* Small cleaning of Evd interface.Gravatar ppedrot2013-05-06
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Hack to solve a "Bad recursive type" anomaly.Gravatar herbelin2013-05-05
* Removing a redundant function from Evd.Gravatar ppedrot2013-05-03
* Fix wrong computation of dependency signature in cases raising an uncaught ex...Gravatar msozeau2013-04-30
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* code simplifications concerning SummaryGravatar letouzey2013-04-22
* Finer fix for bug 3017, mark unresolvability only of goals that areGravatar msozeau2013-04-18
* Fix #3001 (rename arg of global cst inside section)Gravatar gareuselesinge2013-04-18
* Matching patterns: fixed allow_partial_app which was not working onGravatar herbelin2013-04-17
* Fix of r16257 in r16205 for "errors raised by check_evar_instance wereGravatar herbelin2013-04-17
* Like in r16346, do not filter local definitions (here in theGravatar herbelin2013-04-17
* Fix for bug #3017: wrong handling of the unresolvability statusGravatar msozeau2013-04-03