aboutsummaryrefslogtreecommitdiff
path: root/pretyping
AgeCommit message (Expand)Author
2013-08-20Universe counters on slaves are in sync with mastergareuselesinge
2013-08-08State Transaction Machinegareuselesinge
2013-08-04Removing useless casts between arrays and lists.ppedrot
2013-08-04Removing now useless merging primitives from Evd.ppedrot
2013-08-03Small fixes due to the arrival of OCaml 3.12.ppedrot
2013-08-01Fixing #3088. Translation from globconstrs to patterns was forgettingppedrot
2013-08-01Added printing of instance priority to the Print Instances command.ppedrot
2013-07-19- Fix uncaught exception NotASort from reductionops, moving decomp_sort to re...msozeau
2013-07-09Revising r16550 about providing intro patterns for applying injection:herbelin
2013-06-24Using the whole tactic environment while Pretyping.ppedrot
2013-06-22Generalizing the use of maps instead of lists in the interpretationppedrot
2013-06-19- Keep the refinement of existing evars comming from unification with a rewri...msozeau
2013-06-12One more fix for rewrite: disallow resolving of the (partial) constraintsmsozeau
2013-06-05Replacing lists by maps in matching interpretation.ppedrot
2013-05-30Do not compute fallback eagerly in Evarconvpboutill
2013-05-30export Unification.abstract_list_all_with_dependenciespboutill
2013-05-30Why not going inside fixpoint definition with appcontext ?pboutill
2013-05-30comments in mlipboutill
2013-05-28Pushing lazy lists into Ltac. Now, the control flow is explicitppedrot
2013-05-24Code cleaning in Matching.ppedrot
2013-05-14Mini documentation (evar_absorb_arguments).herbelin
2013-05-14Delayed the computation of parameters in sort polymorphism ofherbelin
2013-05-14"change ... in ..." and "simpl ... in ..." now consider nestedherbelin
2013-05-14Fixing a regression in unification introduced in r16205 (error raisedherbelin
2013-05-14Removing Gmap from Classops. Fold order only mattered for printing.ppedrot
2013-05-14Removing useless uses of Gmap.ppedrot
2013-05-14Replacing compatibility layer for Fmap in Typeclasses. Code wasppedrot
2013-05-14More semantical-friendly function.ppedrot
2013-05-12Use the Hook module here and there.ppedrot
2013-05-11Fixing a source of evars leak, revealed by contrib QuicksortComplexityherbelin
2013-05-10Little oversight in commit r16489 (fix for bug #3036).herbelin
2013-05-09A uniformization step around understand_* and interp_* functions.herbelin
2013-05-09A few comments in evarconv.mli.herbelin
2013-05-09Uniformization: isevars -> evdref/sigma/evdherbelin
2013-05-08Uniformizing the [if_warn] flag used for warning printing and putppedrot
2013-05-08Protection against "Bad recursive type" in w_unify0 (bug #3036).herbelin
2013-05-06Fixing ocamldoc compilation.ppedrot
2013-05-06Small cleaning of Evd interface.ppedrot
2013-05-06States: frozen states can hold closuresgareuselesinge
2013-05-05Hack to solve a "Bad recursive type" anomaly.herbelin
2013-05-03Removing a redundant function from Evd.ppedrot
2013-04-30Fix wrong computation of dependency signature in cases raising an uncaught ex...msozeau
2013-04-29Merging Context and Sign.ppedrot
2013-04-29Splitting Term into five unrelated interfaces:ppedrot
2013-04-22code simplifications concerning Summaryletouzey
2013-04-18Finer fix for bug 3017, mark unresolvability only of goals that aremsozeau
2013-04-18Fix #3001 (rename arg of global cst inside section)gareuselesinge
2013-04-17Matching patterns: fixed allow_partial_app which was not working onherbelin
2013-04-17Fix of r16257 in r16205 for "errors raised by check_evar_instance wereherbelin
2013-04-17Like in r16346, do not filter local definitions (here in theherbelin