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-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
2014-08-05
The [refine] tactic now accepts [uconstr].
Arnaud Spiwack
2014-08-04
Cleaning of the new implementation of the tactic monad.
Arnaud Spiwack
2014-08-03
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-08-02
Better struture for Ltac internalization environments in Constrintern.
Pierre-Marie Pédrot
2014-08-01
Faster uconstr.
Arnaud Spiwack
2014-08-01
New tactical [> t1…tn] to apply tactics t1…tn to the corresponding goal.
Arnaud Spiwack
2014-08-01
Add [guard] tactic.
Arnaud Spiwack
2014-08-01
Add [numgoal] to Ltac.
Arnaud Spiwack
2014-08-01
Untyped terms in ltac: simplify [coerce_to_uconstr].
Arnaud Spiwack
2014-08-01
Remove spurious [1] in equality.ml.
Arnaud Spiwack
2014-08-01
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-08-01
Removing more tactic compatibility layer.
Pierre-Marie Pédrot
2014-08-01
Removing some tactic compatibility layer.
Pierre-Marie Pédrot
2014-07-31
Add an option to solve typeclass goals generated by apply which can't be
Matthieu Sozeau
2014-07-30
Fix discrimination net which was not recognizing primitive projections.
Matthieu Sozeau
2014-07-29
Untyped terms in tactic: add the possibility to use a typed term inside an un...
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-29
Clean up obsolete comment.
Arnaud Spiwack
2014-07-28
CPS-style tactic matching. We use the tactic monad as the target of the CPS.
Pierre-Marie Pédrot
2014-07-27
Code cleaning in Tacenv.
Pierre-Marie Pédrot
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-25
Add a tactic [swap i j] to swap the position of goals [i] and [j].
Arnaud Spiwack
2014-07-25
Adds a cycle tactic to reorder goals in a loop.
Arnaud Spiwack
2014-07-25
A slightly more fine grained way to check whether a TACTIC EXTEND is global o...
Arnaud Spiwack
2014-07-24
Distinguish tactics t1;t2 and t1;[t2..].
Arnaud Spiwack
2014-07-22
Small code sharing in TacticMatching.
Pierre-Marie Pédrot
2014-07-21
Correct eauto which was not dealing properly with polymorphic constants.
Matthieu Sozeau
2014-07-14
Redo PMP's patch to rewriting to make it purely functional using state passing.
Matthieu Sozeau
2014-07-13
Adding a "time" tactical for benchmarking purposes. In case the tactic
Hugo Herbelin
[next]