index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
Age
Commit message (
Expand
)
Author
2014-08-25
Fixing bug #3377 by giving env and sigma to constrMathching. Now it's possible
Matthieu Sozeau
2014-08-25
Add an is_cofix tactic
Jason Gross
2014-08-25
instanciation is French, instantiation is English
Jason Gross
2014-08-25
Fixing previous commit.
Pierre-Marie Pédrot
2014-08-25
Fixing a bug introduced in the extension of 'apply in' + simplifying code.
Hugo Herbelin
2014-08-23
Tactics.is_quantified_hypothesis does not reduce anymore to decide whether
Pierre-Marie Pédrot
2014-08-23
Tactics.unify in the new monad.
Pierre-Marie Pédrot
2014-08-22
Move UnsatisfiableConstraints to a pretype error.
Matthieu Sozeau
2014-08-21
Removing unused parts of the Goal.sensitive monad.
Pierre-Marie Pédrot
2014-08-21
Removing a Goal.sensitive in Rewrite.
Pierre-Marie Pédrot
2014-08-21
Removing a use of tclSENSITIVE in Rewrite.
Pierre-Marie Pédrot
2014-08-21
Removing a use of tclSENSITIVE in Rewrite.
Pierre-Marie Pédrot
2014-08-21
Removing a use of tclSENSITIVE in Rewrite.
Pierre-Marie Pédrot
2014-08-19
Removing a use of Goal.refine.
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
Improving error message when applying rewrite to an expression which is not a...
Hugo Herbelin
2014-08-18
Factorizing cutrewrite (to be made obsolote) and dependent rewrite (to
Hugo Herbelin
2014-08-18
A few more comments in tactics.mli and hippatern.ml.
Hugo Herbelin
2014-08-18
Slight simplification of naming of tactics in equality.ml (hopefully).
Hugo Herbelin
2014-08-18
A reorganization of the "assert" tactics (hopefully uniform naming
Hugo Herbelin
2014-08-18
Reorganisation of intropattern code
Hugo Herbelin
2014-08-18
Reorganization of tactics:
Hugo Herbelin
2014-08-18
Refine patch for behavior of unify_to_subterm to allow backtracking on
Matthieu Sozeau
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-16
Better printing of Ltac values.
Pierre-Marie Pédrot
2014-08-16
Fixing too restrictive detection of resolution of evars in "apply in"
Hugo Herbelin
2014-08-15
More self-contained code for tclWITHHOLES.
Pierre-Marie Pédrot
2014-08-15
Removing unused Refiner.tclWITHHOLES.
Pierre-Marie Pédrot
2014-08-14
Remove confusing behavior of unify_with_subterm that could fail with
Matthieu Sozeau
2014-08-14
Restore the error-handling behavior of [change], which was silently failing
Matthieu Sozeau
2014-08-14
Fix elimschemes accessing directly the universe context of inductives (fixes ...
Matthieu Sozeau
2014-08-07
Better structure for Ltac pretyping environments.
Pierre-Marie Pédrot
2014-08-07
In Hipattern: some functions not working modulo evar instantiation.
Arnaud Spiwack
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
Revert the change in Constrintern introduced by "Add a type of untyped term t...
Arnaud Spiwack
2014-08-06
[uconstr]: use a closure instead of eager substitution.
Arnaud Spiwack
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-05
A new step in the new "standard" naming policy for propositional hypotheses
Hugo Herbelin
2014-08-05
STM: new "par:" goal selector, like "all:" but in parallel
Enrico Tassi
2014-08-05
Ltac's [idtac] is now interpreted outside of a goal if possible.
Arnaud Spiwack
2014-08-05
Ltac's idtac is now implemented using the new API.
Arnaud Spiwack
2014-08-05
Tacinterp: [interp_message] and associate now only require an environment rat...
Arnaud Spiwack
2014-08-05
Tactics: [tclENV] is now sensitive to [Proofview.Goal.enter].
Arnaud Spiwack
2014-08-05
Fix interpretation bug in [uconstr].
Arnaud Spiwack
[next]