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
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