aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* A more principled split.Gravatar aspiwack2013-11-02
* Set an extraction flag for inling let-s in Monad.v.Gravatar aspiwack2013-11-02
* More optimisations of partial applications.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
* Optimisation of partial applications in the tactic monad.Gravatar aspiwack2013-11-02
* Fixes parsing of all: followed by a typechecking/evaluation command.Gravatar aspiwack2013-11-02
* Fix behaviour of the refine tactic with respect to evars in types.Gravatar aspiwack2013-11-02
* Small syntax fix to be compatible with Ocaml 3.11.Gravatar aspiwack2013-11-02
* Makes the Ltac debugger usable again.Gravatar aspiwack2013-11-02
* Document "all:" and "Set Default Goal Selector".Gravatar aspiwack2013-11-02
* New option Default Goal Selector.Gravatar aspiwack2013-11-02
* Adds a new goal selector "all:".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
* Removes Refine from the dev tools now that the module has been deleted.Gravatar aspiwack2013-11-02
* Clean up a warning.Gravatar aspiwack2013-11-02
* The tactic [admit] exits with the "unsafe" status.Gravatar aspiwack2013-11-02