aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* empty token in terminal is a user error not an anomaly (bug 3118)Gravatar pboutill2013-11-03
* test-suite fixupGravatar pboutill2013-11-03
* Asks camlp5 binary in path its locationGravatar pboutill2013-11-03
* Fixup bug 3145Gravatar pboutill2013-11-03
* configure stript allows make v4.00Gravatar pboutill2013-11-03
* 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
* A try/with was catching every exception.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
* Cleanup of comments in bootstrap/Monads.vGravatar aspiwack2013-11-02
* The repeat tactic now honors failure levels in ltac.Gravatar aspiwack2013-11-02
* Documentation for the backtracking features.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
* Fix congruence: normalise hypotheses with respect to evars.Gravatar aspiwack2013-11-02
* Add primitives in Goal.V82 to access the goal in nf_evar'd form.Gravatar aspiwack2013-11-02
* push_rel_context: do not rename section variables.Gravatar aspiwack2013-11-02
* Refine now does iota reduction in addition to beta.Gravatar aspiwack2013-11-02
* Fix compilation of pattern matching wrt variables: alias.Gravatar aspiwack2013-11-02
* Restore Zsqrt compat now that refine works fine with match.Gravatar aspiwack2013-11-02
* Fix the compilation of pattern matching wrt to variables.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
* Corrects a bug on Proofview.Goal.enter whereby sigmas were captured and used ...Gravatar aspiwack2013-11-02
* Adds a shelve tactic.Gravatar aspiwack2013-11-02
* bootstrap/Monad.v: implements the writer monad in continuation passing style.Gravatar aspiwack2013-11-02
* bootstrap/Monad.v: implements the environment monad in continuation passing s...Gravatar aspiwack2013-11-02
* Factors the lifting of environment and writer monads in bootstrap/Monad.vGravatar aspiwack2013-11-02
* Adds an experimental exactly_once tactical.Gravatar aspiwack2013-11-02
* Normalise goals with respect to evars in the new tactics.Gravatar aspiwack2013-11-02
* Made Proofview.Goal.hyps a named_context.Gravatar aspiwack2013-11-02
* Refine does beta-reductions.Gravatar aspiwack2013-11-02
* A dedicated view type for Proofview_gen.split.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
* A better version of Goal.advance.Gravatar aspiwack2013-11-02
* Added the tactical "tac1 + tac2".Gravatar aspiwack2013-11-02
* Typos in a comment.Gravatar aspiwack2013-11-02
* bootstrap/Monads.v: A more efficient split.Gravatar aspiwack2013-11-02
* State monad implemented in CPS.Gravatar aspiwack2013-11-02