aboutsummaryrefslogtreecommitdiff
path: root/tactics
AgeCommit message (Expand)Author
2013-11-02Made Proofview.Goal.hyps a named_context.aspiwack
2013-11-02Refine does beta-reductions.aspiwack
2013-11-02Adds a tactical once.aspiwack
2013-11-02Corrects the semantics of the "+" tactical.aspiwack
2013-11-02Less use of the list-based interface for goal-bound tactics.aspiwack
2013-11-02Tachmach.New is now in Proofview.Goal.enter style.aspiwack
2013-11-02More Proofview.Goal.enter.aspiwack
2013-11-02Added the tactical "tac1 + tac2".aspiwack
2013-11-02Try to remove intermediate allocations when dealing with goal-specific tactics.aspiwack
2013-11-02Various rewriting, mostly for speed purposes.aspiwack
2013-11-02Fix behaviour of the refine tactic with respect to evars in types.aspiwack
2013-11-02Makes the Ltac debugger usable again.aspiwack
2013-11-02Replaced monads.ml by an essentially equivalent proofview_gen.ml generated by...aspiwack
2013-11-02Removed spurious try/with in Proofview.Notation.(>>=) and (>>==).aspiwack
2013-11-02Clean up a warning.aspiwack
2013-11-02The tactic [admit] exits with the "unsafe" status.aspiwack
2013-11-02Cleanup of comments.aspiwack
2013-11-02A whole new implemenation of the refine tactic.aspiwack
2013-11-02A newly introduced variable inside a named context is no longer α-renamed.aspiwack
2013-11-02Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations.aspiwack
2013-11-02Bases tactics on an IO monad.aspiwack
2013-11-02Getting rid of Goal.here, and all the related exceptions and combinators.aspiwack
2013-11-02Uses Proofview.tclEXTEND more sparingly.aspiwack
2013-11-02Makes the new Proofview.tactic the basic type of Ltac.aspiwack
2013-10-31Conv_orable made functional and part of pre_envgareuselesinge
2013-10-28Evar leak in "absurd" tactic.ppedrot
2013-10-24More monomorphic List.mem + List.assoc + ...letouzey
2013-10-23cList: set-as-list functions are now with an explicit comparisonletouzey
2013-10-23Tacintern: avoid a match (fst (List.hd ...))letouzey
2013-10-18declaration_hooks use Ephemerongareuselesinge
2013-10-06Removing uses of Evar.add in class-related functions.ppedrot
2013-10-05Moving side effects into evar_map. There was no reason to keep anotherppedrot
2013-10-05Fixing potential evar leak in Rewrite, and removing dead code.ppedrot
2013-10-05Fixing potential evar leak in Equality.ppedrot
2013-10-04Splitting Class_tactics between code and CAMLP4/5 declarations.ppedrot
2013-09-28Made rewrite tactic strategies pure. They were using quite uglilyppedrot
2013-09-27Removing a bunch of generic equalities.ppedrot
2013-09-26Opacifying the type of strategies.ppedrot
2013-09-26Splitting Rewrite into a code part and a CAMLP4-dependent one.ppedrot
2013-09-19Get rid of the uses of deprecated OCaml elements (still remaining compatible ...xclerc
2013-09-18At least made the evar type opaque! There are still 5 remaining unsafeppedrot
2013-09-18Removing unused code from Term_dnet.ppedrot
2013-09-05Optimizing some evar_maps manipulation. In particular, using a [map] insteadppedrot
2013-09-03Some cleanup in Autoppedrot
2013-08-28Removing some lone List.assoc & List.mem in lib.ppedrot
2013-08-25Actually using the domain function for maps.ppedrot
2013-08-22Less "Coq" strings everywhereletouzey
2013-08-08get rid of closures in global/proof stategareuselesinge
2013-08-08Vernac classification streamlined (handles VERNAC EXTEND)gareuselesinge
2013-08-08State Transaction Machinegareuselesinge