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
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
2014-07-07
time tac
Hugo Herbelin
2014-06-08
Moving hook code from Future to Lemmas. This seemed to disrupt compilation of
Pierre-Marie Pédrot
2014-06-08
Enforce a correct exception handling in declaration_hooks
Enrico Tassi
2014-06-06
Moving the [split] tactic out of the AST.
Pierre-Marie Pédrot
2014-05-22
Moving the "specialize" tactic out of the AST. Also removed an obsolete
Pierre-Marie Pédrot
2014-05-22
Removing useless use of metaids in tactic AST.
Pierre-Marie Pédrot
2014-05-21
Removing decompose record / sum from the tactic AST.
Pierre-Marie Pédrot
2014-05-21
Moving left & right tactics out of the AST.
Pierre-Marie Pédrot
2014-05-20
Moving (e)transitivity out of the AST.
Pierre-Marie Pédrot
2014-05-20
Tentative to add constr-using primitive tactics without grammar rules.
Pierre-Marie Pédrot
2014-05-16
Moving argument-free tactics out of the AST into a dedicated
Pierre-Marie Pédrot
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2013-11-10
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-09
Revert the previous commit. It broke Coq compilation.
ppedrot
2013-11-09
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-02
Adds an experimental exactly_once tactical.
aspiwack
2013-11-02
Adds a tactical once.
aspiwack
2013-11-02
Added the tactical "tac1 + tac2".
aspiwack
2013-10-18
declaration_hooks use Ephemeron
gareuselesinge
[prev]
[next]