index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ltac
/
tacentries.mli
Age
Commit message (
Expand
)
Author
2020-10-29
Use same code for "Print Ltac foo" and "Print foo" when "foo" is an Ltac.
Hugo Herbelin
2020-05-07
Add helper API to define low-level Ltac functions.
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-06
`deprecated` attribute support for notations and syntactic definitions
Maxime Dénès
2018-11-21
[legacy proof engine] Remove some cruft.
Emilio Jesus Gallego Arias
2018-11-13
[vernac] Rename Vernacinterp to Vernacextend and move extension functions there.
Emilio Jesus Gallego Arias
2018-11-02
Move attributes out of vernacinterp to new attributes module
Gaëtan Gilbert
2018-10-15
Providing a centralized API for ARGUMENT EXTEND.
Pierre-Marie Pédrot
2018-10-02
Pass unnamed arguments to ML macros.
Pierre-Marie Pédrot
2018-07-12
Tactic deprecation machinery
Maxime Dénès
2018-07-07
Introduce a Pcoq.Entry module for functions that ought to be exported.
Pierre-Marie Pédrot
2018-07-02
Slight simplification of the Tacentries API to register ML tactics.
Pierre-Marie Pédrot
2018-06-18
Remove reference name type.
Maxime Dénès
2018-03-08
Make most of TACTIC EXTEND macros runtime calls.
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-10-03
Ltac uses the new generic locatable API.
Pierre-Marie Pédrot
2017-07-25
[api] Remove type equalities from API.
Emilio Jesus Gallego Arias
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2017-05-24
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-16
Adding support for using grammar entries returning no value in EXTEND.
Hugo Herbelin
2017-04-25
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-02-24
TACTIC EXTEND now takes an optional level as argument.
Maxime Dénès
2017-02-17
Ltac as a plugin.
Pierre-Marie Pédrot