aboutsummaryrefslogtreecommitdiff
path: root/tests/example2.v
AgeCommit message (Collapse)Author
2017-08-05Exporting the rewrite tactic.Pierre-Marie Pédrot
2017-08-04Adding the induction and destruct tactics.Pierre-Marie Pédrot
2017-08-04Introducing notations for destruct and induction arguments.Pierre-Marie Pédrot
2017-08-02Inserting enter functions in Ltac1 bindings.Pierre-Marie Pédrot
2017-08-02Tentatively implementing apply.Pierre-Marie Pédrot
2017-08-02Properly implementing the notation to easily access hypotheses.Pierre-Marie Pédrot
2017-08-02Adding a few standard notations for Ltac1 tactics.Pierre-Marie Pédrot
2017-08-01Don't reuse Coq AST for binding quotations.Pierre-Marie Pédrot
This allows antiquotations in binding lists.
2017-08-01Do not thunk notations preemptively.Pierre-Marie Pédrot
One has to rely on the 'thunk' token to produce such thunks.
2017-08-01Adding new scopes for standard Ltac structures.Pierre-Marie Pédrot