index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tac2env.ml
Age
Commit message (
Expand
)
Author
2018-06-18
Adapt to Coq's PR #7797 (removal of reference).
Maxime Dénès
2017-11-04
A possible fix after PR#6047 (a generic printer for ltac values).
Hugo Herbelin
2017-10-07
Remove unused warnings.
Pierre-Marie Pédrot
2017-09-14
Moving valexpr definition to Tac2ffi.
Pierre-Marie Pédrot
2017-09-08
Using a dedicated argument for tactic quotations.
Pierre-Marie Pédrot
2017-09-06
Using higher-order representation for closures.
Pierre-Marie Pédrot
2017-09-04
Closures now wear the constant they originated from.
Pierre-Marie Pédrot
2017-09-03
Moving generic arguments to Tac2quote.
Pierre-Marie Pédrot
2017-09-03
Allowing ML objects to return mere tactic expressions.
Pierre-Marie Pédrot
2017-09-03
Allowing complex types in ML objects.
Pierre-Marie Pédrot
2017-08-29
Fixing printing of tactic expressions.
Pierre-Marie Pédrot
2017-08-29
Rolling our own generic arguments.
Pierre-Marie Pédrot
2017-08-29
Removing dead code for handling of array litterals.
Pierre-Marie Pédrot
2017-08-27
Introducing rebindable toplevel definitions.
Pierre-Marie Pédrot
2017-08-24
Introducing a quotation for global references.
Pierre-Marie Pédrot
2017-08-07
Introducing grammar-free tactic notations.
Pierre-Marie Pédrot
2017-07-30
Exporting more internals from Coq implementation.
Pierre-Marie Pédrot
2017-07-27
Adding necessary primitives to do pattern-matching over constr.
Pierre-Marie Pédrot
2017-07-26
Ensuring that inductive constructors are always capitalized.
Pierre-Marie Pédrot
2017-07-24
Fix library hardwired prefix.
Pierre-Marie Pédrot
2017-07-24
Turning the ltac2 subfolder into a standalone plugin.
Pierre-Marie Pédrot