index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
intf
/
tacexpr.mli
Age
Commit message (
Expand
)
Author
2016-01-02
Separation of concern in TacAlias API.
Pierre-Marie Pédrot
2015-12-30
External tactics and notations now accept any tactic argument.
Pierre-Marie Pédrot
2015-12-24
Removing auto from the tactic AST.
Pierre-Marie Pédrot
2015-12-04
Getting rid of the dynamic node of the tactic AST.
Pierre-Marie Pédrot
2015-12-03
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-12-02
Dead code from August 2014 in apply in.
Hugo Herbelin
2015-10-19
Type delayed_open_constr is now monotonic.
Pierre-Marie Pédrot
2015-10-12
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-11
Fixing untimely unexpected warning "Collision between bound variables" (#4317).
Hugo Herbelin
2015-07-02
Merge branch 'v8.5' into trunk
Maxime Dénès
2015-06-29
Code documentation of the TACTIC/VERNAC EXTEND macros.
Pierre-Marie Pédrot
2015-06-25
Remove other types not carried by interpretations in `Tacexpr`.
Arnaud Spiwack
2015-06-25
Remove useless `and_short_name` in interpreted level in `Tacexpr`.
Arnaud Spiwack
2015-02-10
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-21
Embedding the index of the ML tactic entry in the Tacexpr AST.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-12-23
A global [gfail] tactic which works like [fail] except that it fails even if ...
Arnaud Spiwack
2014-12-23
Fix compilation error in some configurations.
Arnaud Spiwack
2014-12-19
Add a backtracking version of Ltac's [match].
Arnaud Spiwack
2014-12-12
Add Ltac syntax for the [tclIFCATCH] primitive.
Arnaud Spiwack
2014-11-09
Removing a unused boolean in the TacMove node of tacexpr AST.
Pierre-Marie Pédrot
2014-11-01
Add a interpreted level [tacexpr] to [Tacexpr] together with its printer.
Arnaud Spiwack
2014-10-25
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-09-24
Using an or_var rather than the hack with loc for coding a pure ident
Hugo Herbelin
2014-09-12
Replace the list of argument in tacexpr with a single row argument.
Arnaud Spiwack
2014-09-08
Removing the XML plugin.
Pierre-Marie Pédrot
2014-09-02
Removing [revert] tactic from the AST.
Pierre-Marie Pédrot
2014-09-01
Removing the 'inductive' parameter from tacexpr AST.
Pierre-Marie Pédrot
2014-09-01
Moving the decompose tactic out of the AST.
Pierre-Marie Pédrot
2014-08-18
Lazy interpretation of patterns so that expressions such as "intros H H'/H"
Hugo Herbelin
2014-08-18
Adding a new intro-pattern for "apply in" on the fly. Using syntax
Hugo Herbelin
2014-08-18
Reorganisation of intropattern code
Hugo Herbelin
2014-08-18
Moving the TacAlias node out of atomic tactics.
Pierre-Marie Pédrot
2014-08-18
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-07
Removing simple induction / destruct from the AST.
Pierre-Marie Pédrot
2014-08-07
Instead of relying on a trick to make the constructor tactic parse, put
Pierre-Marie Pédrot
2014-08-07
Removing the "constructor" tactic from the AST.
Pierre-Marie Pédrot
2014-08-06
Removing "intros untils" from the AST.
Pierre-Marie Pédrot
2014-08-05
Experimentally adding an option for automatically erasing an
Hugo Herbelin
2014-08-05
Adding a syntax "enough" for the variant of "assert" with the order of
Hugo Herbelin
2014-08-01
New tactical [> t1…tn] to apply tactics t1…tn to the corresponding goal.
Arnaud Spiwack
2014-08-01
Add [numgoal] to Ltac.
Arnaud Spiwack
2014-07-29
Untyped terms in tactic: function [type_term c] to give a typed version of [c].
Arnaud Spiwack
2014-07-29
Add a type of untyped term to Ltac's value.
Arnaud Spiwack
2014-07-27
Qualified ML tactic names. The plugin name is used to discriminate
Pierre-Marie Pédrot
2014-07-25
Removing dead code relative to or_metaid.
Pierre-Marie Pédrot
2014-07-24
Distinguish tactics t1;t2 and t1;[t2..].
Arnaud Spiwack
2014-07-13
Adding a "time" tactical for benchmarking purposes. In case the tactic
Hugo Herbelin
2014-07-07
Revert "time tac" (committed by mistake).
Hugo Herbelin
[next]