index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tacsubst.ml
Age
Commit message (
Expand
)
Author
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-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-17
Removing dead code.
Pierre-Marie Pédrot
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-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-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-14
Closing bug #3260
Julien Forest
2013-12-19
Removing the useless pattern ident genarg.
Pierre-Marie Pédrot
2013-12-01
Removing RefArgType generic argument.
Pierre-Marie Pédrot
2013-11-30
Getting rid of casted_open_constr. It was only used by the
Pierre-Marie Pédrot
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-07-05
Removing SortArgType.
ppedrot
2013-07-05
Expurgating the useless difference between List0 and List1 at the
ppedrot
2013-07-02
Removing the use of leveled tactics wit_tacticn. It is now handled
ppedrot
2013-07-02
Removed the ad-hod handling of wit_tacticn.
ppedrot
2013-06-27
Getting rid of IntroPatternArgType.
ppedrot
2013-06-27
Removing useless tactic arguments, and using generic arguments
ppedrot
2013-06-21
Splitted up Genarg in four different levels:
ppedrot
2013-06-21
Cutting the dependency of Genarg in constr_expr, glob_constr
ppedrot
2013-06-18
Proof-of-concept: moved four easy-to-handle generic arguments to
ppedrot
2013-06-18
Removing the various glob/subst/interp registering functions for
ppedrot
2013-06-12
Added Genarg as generic argument type.
ppedrot
2013-06-06
Uniformizing generic argument types.
ppedrot
2013-05-12
Use the Hook module here and there.
ppedrot
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes
2012-12-21
Yet a new reduction tactic in Coq : cbn
pboutill
2012-12-14
Moved Stringset and Stringmap to String namespace.
ppedrot
2012-11-25
Monomorphization (tactics)
ppedrot
2012-10-16
Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp
letouzey
[prev]