aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacinterp.ml
Commit message (Expand)AuthorAge
* get rid of closures in global/proof stateGravatar gareuselesinge2013-08-08
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Small fix in IStream interface.Gravatar ppedrot2013-08-08
* Small cleaning of printing coercion failures in Ltac interpretation.Gravatar ppedrot2013-08-04
* Replacing uses of association lists by maps in notations.Gravatar ppedrot2013-08-03
* Replacing an association list by a map in globalizing environment.Gravatar ppedrot2013-08-03
* Revising r16550 about providing intro patterns for applying injection:Gravatar herbelin2013-07-09
* Removing SortArgType.Gravatar ppedrot2013-07-05
* Expurgating the useless difference between List0 and List1 at theGravatar ppedrot2013-07-05
* Removing the use of leveled tactics wit_tacticn. It is now handledGravatar ppedrot2013-07-02
* Removed the ad-hod handling of wit_tacticn.Gravatar ppedrot2013-07-02
* Removed the distinction between generic Ltac vars and Let/IntroGravatar ppedrot2013-06-27
* Getting rid of IntroPatternArgType.Gravatar ppedrot2013-06-27
* Removing useless tactic arguments, and using generic argumentsGravatar ppedrot2013-06-27
* Useless use of maps in constr internalizing.Gravatar ppedrot2013-06-25
* Cleaning up the type of Tacinterp.extract_ltac_constr_values.Gravatar ppedrot2013-06-24
* Using the whole tactic environment while Pretyping.Gravatar ppedrot2013-06-24
* Now, idtac closures use maps instead of association list.Gravatar ppedrot2013-06-22
* Fixing the semantics of the previous patch.Gravatar ppedrot2013-06-22
* Generalizing the use of maps instead of lists in the interpretationGravatar ppedrot2013-06-22
* Splitted up Genarg in four different levels:Gravatar ppedrot2013-06-21
* Cutting the dependency of Genarg in constr_expr, glob_constrGravatar ppedrot2013-06-21
* Proof-of-concept: moved four easy-to-handle generic arguments toGravatar ppedrot2013-06-18
* Removing the various glob/subst/interp registering functions forGravatar ppedrot2013-06-18
* Now glob_sign and interp_sign only depend on structures definedGravatar ppedrot2013-06-18
* Using an "extra" Store.t field in interp_sign instead of dedicatedGravatar ppedrot2013-06-14
* Normalizing exception raised by tactic coercions.Gravatar ppedrot2013-06-13
* Moving coercion functions out of Tacinterp.Gravatar ppedrot2013-06-12
* Totally replaced ad-hoc tactic values by generic arguments. NowGravatar ppedrot2013-06-12
* Added Genarg as generic argument type.Gravatar ppedrot2013-06-12
* Changing the type of Ltac values. Now they are toplevel genericGravatar ppedrot2013-06-12
* Hiding tactic value representations.Gravatar ppedrot2013-06-10
* Uniformizing generic argument types.Gravatar ppedrot2013-06-06
* Replacing lists by maps in matching interpretation.Gravatar ppedrot2013-06-05
* Removing a useless location in ltac trace mechanism.Gravatar ppedrot2013-05-30
* Make ist (interp_sign) available to TACTIC EXTEND codeGravatar gareuselesinge2013-05-29
* Getting rid of LtacLocated exception transformer.Gravatar ppedrot2013-05-28
* Fixing debug of empty Ltac matching goal.Gravatar ppedrot2013-05-28
* Pushing lazy lists into Ltac. Now, the control flow is explicitGravatar ppedrot2013-05-28
* Code cleaning in Matching.Gravatar ppedrot2013-05-24
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* A uniformization step around understand_* and interp_* functions.Gravatar herbelin2013-05-09
* Embedded exns in LtacLocated and EvaluatedError satisfy Errors.noncriticalGravatar letouzey2013-03-14
* Restrict (try...with...) to avoid catching critical exn (part 10)Gravatar letouzey2013-03-13
* Removing Exc_located and using the new exception enrichementGravatar ppedrot2013-02-18
* Revised the Ltac trace mechanism so that trace breaking due toGravatar herbelin2013-02-17
* Fixed #2970 (made that remember's eqn name is interpretable as an ltac var).Gravatar herbelin2013-01-29
* Fixed synchronicity of filter with evar context in new_goal_with.Gravatar herbelin2013-01-29
* Actually adding backtrace handling.Gravatar ppedrot2013-01-28
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28