aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* Optimization: in case of empty substitution, merging is trivial.Gravatar Pierre-Marie Pédrot2013-11-19
* Slightly faster version of merging substitutions in TacticMatching.Gravatar ppedrot2013-11-16
* Changes the semantics of Ltac's non-lazy pattern matching in presence of mult...Gravatar aspiwack2013-11-14
* Implementation of Ltac's match and match goal fully based on IStream.Gravatar aspiwack2013-11-14
* Remove some dead code in tacinterp.Gravatar aspiwack2013-11-14
* Do not print tactic notation names at each interpretation step.Gravatar ppedrot2013-11-12
* Centralizing the Ltac-defining functions in Tacenv.Gravatar ppedrot2013-11-10
* Removing the dependency of every level of tactic ATSs on glob_tactic_expr.Gravatar ppedrot2013-11-10
* Revert the previous commit. It broke Coq compilation.Gravatar ppedrot2013-11-09
* Removing the dependency of every level of tactic ATSs on glob_tactic_expr.Gravatar ppedrot2013-11-09
* Porting Tactics.assumption to the new engine.Gravatar ppedrot2013-11-08
* Fix Tacticals.New.tclREPEAT_MAiN: does not fail badly when every goal was sol...Gravatar aspiwack2013-11-04
* Fix ltac's progress tactical: requires progress in each goal.Gravatar aspiwack2013-11-04
* Fix the tactical ; [ … ] : the "incorrect number of goal" error was not cau...Gravatar aspiwack2013-11-04
* Fix change: nf_evar prior to tactic interpretation.Gravatar aspiwack2013-11-04
* Allowing proofs starting with a non-empty evarmap.Gravatar ppedrot2013-11-04
* Fixing CAMLP4 compilation.Gravatar ppedrot2013-11-02
* Fix set: nf_evar prior to tactic interpretation.Gravatar aspiwack2013-11-02
* Plug back infoH.Gravatar aspiwack2013-11-02
* Plugs back external tactics.Gravatar aspiwack2013-11-02
* Fix the log of debug auto.Gravatar aspiwack2013-11-02
* Update comments.Gravatar aspiwack2013-11-02
* Doc: solve the bad interaction between Declare Implicit Tactic and refine.Gravatar aspiwack2013-11-02
* The repeat tactic now honors failure levels in ltac.Gravatar aspiwack2013-11-02
* Fix destruct: nf_evar prior to tactic interpretation.Gravatar aspiwack2013-11-02
* Tacticals.New.tclWITHHOLES: clean up.Gravatar aspiwack2013-11-02
* Refine now does iota reduction in addition to beta.Gravatar aspiwack2013-11-02
* Refine: Tactics.New.refine does beta-reduction.Gravatar aspiwack2013-11-02
* Adds a tactic give_up.Gravatar aspiwack2013-11-02
* A tactic shelve_unifiable.Gravatar aspiwack2013-11-02
* Made multiple-goal tactic work after all: .Gravatar aspiwack2013-11-02
* Make multiple-goal tactics possible after a tclTHEN.Gravatar aspiwack2013-11-02
* Adds a shelve tactic.Gravatar aspiwack2013-11-02
* Adds an experimental exactly_once tactical.Gravatar aspiwack2013-11-02
* Made Proofview.Goal.hyps a named_context.Gravatar aspiwack2013-11-02
* Refine does beta-reductions.Gravatar aspiwack2013-11-02
* Adds a tactical once.Gravatar aspiwack2013-11-02
* Corrects the semantics of the "+" tactical.Gravatar aspiwack2013-11-02
* Less use of the list-based interface for goal-bound tactics.Gravatar aspiwack2013-11-02
* Tachmach.New is now in Proofview.Goal.enter style.Gravatar aspiwack2013-11-02
* More Proofview.Goal.enter.Gravatar aspiwack2013-11-02
* Added the tactical "tac1 + tac2".Gravatar aspiwack2013-11-02
* Try to remove intermediate allocations when dealing with goal-specific tactics.Gravatar aspiwack2013-11-02
* Various rewriting, mostly for speed purposes.Gravatar aspiwack2013-11-02
* Fix behaviour of the refine tactic with respect to evars in types.Gravatar aspiwack2013-11-02
* Makes the Ltac debugger usable again.Gravatar aspiwack2013-11-02
* Replaced monads.ml by an essentially equivalent proofview_gen.ml generated by...Gravatar aspiwack2013-11-02
* Removed spurious try/with in Proofview.Notation.(>>=) and (>>==).Gravatar aspiwack2013-11-02
* Clean up a warning.Gravatar aspiwack2013-11-02
* The tactic [admit] exits with the "unsafe" status.Gravatar aspiwack2013-11-02