aboutsummaryrefslogtreecommitdiff
path: root/theories
AgeCommit message (Expand)Author
2019-01-28Make lazy_match! goal actually lazyJason Gross
2018-11-19Adding a module to manipulate Ltac1 values.Pierre-Marie Pédrot
2018-11-19Add a function to generate fresh reference instances.Pierre-Marie Pédrot
2018-11-19Add a Char module.Pierre-Marie Pédrot
2018-07-23Adding environment-manipulating functions.Pierre-Marie Pédrot
2017-11-02Fix the horrible syntax that used to be valid for tuple matching.Pierre-Marie Pédrot
2017-11-02Binding the specialize tactic.Pierre-Marie Pédrot
2017-10-30Add a macro for the now tacticPierre-Marie Pédrot
2017-10-30Introducing the change tactic.Pierre-Marie Pédrot
2017-10-27Adding a notation for match goal.Pierre-Marie Pédrot
2017-10-27Stubs for goal matching: quotation and matching function.Pierre-Marie Pédrot
2017-10-07Implementing the Constr.in_context function.Pierre-Marie Pédrot
2017-09-26Adding quotations for the assert family of tactics.Pierre-Marie Pédrot
2017-09-26Slightly more straightforward notation for (e)apply.Pierre-Marie Pédrot
2017-09-15Making Ltac2 representation of data coincide with the ML-side one.Pierre-Marie Pédrot
2017-09-14Introducing the remember tactic.Pierre-Marie Pédrot
2017-09-14Binding the pose/set family of tactics.Pierre-Marie Pédrot
2017-09-14Use a simpler syntax for generalize grammar.Pierre-Marie Pédrot
2017-09-13Adding quotations for the generalize tactic.Pierre-Marie Pédrot
2017-09-08Fix coq/ltac2#24: There should be a way to turn an exn into a message.Pierre-Marie Pédrot
2017-09-05Binding the firstorder tactic.Pierre-Marie Pédrot
2017-09-05Export Ltac2.Notations in the Ltac2 entry module.Pierre-Marie Pédrot
2017-09-05The absurd tactic now parses a constr.Pierre-Marie Pédrot
2017-09-05Binding move and intro.Pierre-Marie Pédrot
2017-09-05Introducing quotations for move locations.Pierre-Marie Pédrot
2017-09-05Binding the inversion family of tactics.Pierre-Marie Pédrot
2017-09-05A few more notations.Pierre-Marie Pédrot
2017-09-05Typeclasses_eauto strategy is now optional.Pierre-Marie Pédrot
2017-09-05Fixup grammar of typeclasses_eauto.Pierre-Marie Pédrot
2017-09-05Quotations for auto-related tactics.Pierre-Marie Pédrot
2017-09-05More static invariants for typeclass_eauto.Pierre-Marie Pédrot
2017-09-05ML bindings of auto-related tactics.Pierre-Marie Pédrot
2017-09-04Notation for "clear - ids".Pierre-Marie Pédrot
2017-09-04More notations for primitive tactics.Pierre-Marie Pédrot
2017-09-04Implementing multi-match and simple match over constrs.Pierre-Marie Pédrot
2017-09-04Implementing lazy matching over terms.Pierre-Marie Pédrot
2017-09-03Introducing a macro for constr matching.Pierre-Marie Pédrot
2017-09-02Fix coq/ltac2#15: Ltac2 scope cannot be disabled after it is required.Pierre-Marie Pédrot
2017-09-01Passing an optional message to Tactic_failure.Pierre-Marie Pédrot
2017-08-31Properly handling internal errors from Coq.Pierre-Marie Pédrot
2017-08-31Expand the primitive functions on terms.Pierre-Marie Pédrot
2017-08-31Require Ltac2.Fresh in Ltac2.Ltac2Jason Gross
2017-08-31Fix the type of the Constructor constructor.Pierre-Marie Pédrot
2017-08-30Binding reduction functions acting on terms.Pierre-Marie Pédrot
2017-08-29Binding an unsafe substitution function.Pierre-Marie Pédrot
2017-08-29Binding primitives to generate fresh variables.Pierre-Marie Pédrot
2017-08-27Notation for clear.Pierre-Marie Pédrot
2017-08-27Fix semantics of the solve tactical.Pierre-Marie Pédrot
2017-08-25Adding more notations for the lulz.Pierre-Marie Pédrot
2017-08-25Renaming the bindings scope into with_bindings.Pierre-Marie Pédrot