index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ltac
/
extratactics.ml4
Age
Commit message (
Expand
)
Author
2016-07-04
Merge branch 'v8.5' into trunk
Maxime Dénès
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-06-18
Giving a more natural semantics to injection by default.
Hugo Herbelin
2016-06-18
Exporting a generic argument induction_arg. As a consequence,
Hugo Herbelin
2016-06-18
Adding eintros to respect the e- prefix policy.
Hugo Herbelin
2016-06-16
Purely refactoring and code/API cleanup.
Matthieu Sozeau
2016-06-16
Merge PR #195: Complete is_* family of term-examining tactics.
Pierre-Marie Pédrot
2016-06-16
Add is_const
Jason Gross
2016-06-07
Add is_ind, is_constructor, is_proj
Jason Gross
2016-06-06
STM: proof block detection/error resilience API
Enrico Tassi
2016-05-31
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-16
Put the "specialize_eq" tactic in the monad.
Pierre-Marie Pédrot
2016-05-16
Put the "generalize" tactic in the monad.
Pierre-Marie Pédrot
2016-05-08
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-05-04
Removing useless generic arguments.
Pierre-Marie Pédrot
2016-05-04
More toplevel value representation sharing.
Pierre-Marie Pédrot
2016-05-04
Moving the Val module to Geninterp.
Pierre-Marie Pédrot
2016-04-12
Removing redundant *_TYPED AS clauses in EXTEND statements.
Pierre-Marie Pédrot
2016-03-25
Making Autorewrite independent from Ltac.
Pierre-Marie Pédrot
2016-03-25
Moving type_uconstr to Pretyping.
Pierre-Marie Pédrot
2016-03-21
Creating a dedicated ltac/ folder for Hightactics.
Pierre-Marie Pédrot