index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tacinterp.ml
Age
Commit message (
Expand
)
Author
2013-11-02
Fix set: nf_evar prior to tactic interpretation.
aspiwack
2013-11-02
Plug back infoH.
aspiwack
2013-11-02
Plugs back external tactics.
aspiwack
2013-11-02
Update comments.
aspiwack
2013-11-02
Fix destruct: nf_evar prior to tactic interpretation.
aspiwack
2013-11-02
A tactic shelve_unifiable.
aspiwack
2013-11-02
Made multiple-goal tactic work after all: .
aspiwack
2013-11-02
Make multiple-goal tactics possible after a tclTHEN.
aspiwack
2013-11-02
Adds an experimental exactly_once tactical.
aspiwack
2013-11-02
Made Proofview.Goal.hyps a named_context.
aspiwack
2013-11-02
Adds a tactical once.
aspiwack
2013-11-02
Tachmach.New is now in Proofview.Goal.enter style.
aspiwack
2013-11-02
More Proofview.Goal.enter.
aspiwack
2013-11-02
Added the tactical "tac1 + tac2".
aspiwack
2013-11-02
Try to remove intermediate allocations when dealing with goal-specific tactics.
aspiwack
2013-11-02
Various rewriting, mostly for speed purposes.
aspiwack
2013-11-02
Makes the Ltac debugger usable again.
aspiwack
2013-11-02
Removed spurious try/with in Proofview.Notation.(>>=) and (>>==).
aspiwack
2013-11-02
Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations.
aspiwack
2013-11-02
Bases tactics on an IO monad.
aspiwack
2013-11-02
Getting rid of Goal.here, and all the related exceptions and combinators.
aspiwack
2013-11-02
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
2013-10-24
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-23
cList: set-as-list functions are now with an explicit comparison
letouzey
2013-10-05
Moving side effects into evar_map. There was no reason to keep another
ppedrot
2013-08-25
Actually using the domain function for maps.
ppedrot
2013-08-08
get rid of closures in global/proof state
gareuselesinge
2013-08-08
State Transaction Machine
gareuselesinge
2013-08-08
Small fix in IStream interface.
ppedrot
2013-08-04
Small cleaning of printing coercion failures in Ltac interpretation.
ppedrot
2013-08-03
Replacing uses of association lists by maps in notations.
ppedrot
2013-08-03
Replacing an association list by a map in globalizing environment.
ppedrot
2013-07-09
Revising r16550 about providing intro patterns for applying injection:
herbelin
2013-07-05
Removing SortArgType.
ppedrot
2013-07-05
Expurgating the useless difference between List0 and List1 at the
ppedrot
2013-07-02
Removing the use of leveled tactics wit_tacticn. It is now handled
ppedrot
2013-07-02
Removed the ad-hod handling of wit_tacticn.
ppedrot
2013-06-27
Removed the distinction between generic Ltac vars and Let/Intro
ppedrot
2013-06-27
Getting rid of IntroPatternArgType.
ppedrot
2013-06-27
Removing useless tactic arguments, and using generic arguments
ppedrot
2013-06-25
Useless use of maps in constr internalizing.
ppedrot
2013-06-24
Cleaning up the type of Tacinterp.extract_ltac_constr_values.
ppedrot
2013-06-24
Using the whole tactic environment while Pretyping.
ppedrot
2013-06-22
Now, idtac closures use maps instead of association list.
ppedrot
2013-06-22
Fixing the semantics of the previous patch.
ppedrot
2013-06-22
Generalizing the use of maps instead of lists in the interpretation
ppedrot
2013-06-21
Splitted up Genarg in four different levels:
ppedrot
2013-06-21
Cutting the dependency of Genarg in constr_expr, glob_constr
ppedrot
2013-06-18
Proof-of-concept: moved four easy-to-handle generic arguments to
ppedrot
2013-06-18
Removing the various glob/subst/interp registering functions for
ppedrot
[next]