index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
hints.mli
Age
Commit message (
Expand
)
Author
2020-06-19
Move the hint polymorphic status to the hint instance.
Pierre-Marie Pédrot
2020-06-19
Wrap the content of full hints into a record.
Pierre-Marie Pédrot
2020-06-19
Remove access to hint section variables.
Pierre-Marie Pédrot
2020-06-19
Opacify the type of hint metadata.
Pierre-Marie Pédrot
2020-06-19
Remove dead code in the Hints API.
Pierre-Marie Pédrot
2020-06-19
Do not export Hints.make_extern.
Pierre-Marie Pédrot
2020-06-19
Do not export flags in Hints.make_resolves.
Pierre-Marie Pédrot
2020-05-16
Factorize code in hint declaration.
Pierre-Marie Pédrot
2020-04-21
[declare] [tactics] Move declare to `vernac`
Emilio Jesus Gallego Arias
2020-04-21
[hints] Move and split Hint Declaration AST to vernac
Emilio Jesus Gallego Arias
2020-04-15
[declare] Rename `Declare.t` to `Declare.Proof.t`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Merge `Proof_global` into `Declare`
Emilio Jesus Gallego Arias
2020-03-18
Merge PR #11559: Remove year in headers.
Hugo Herbelin
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-18
Use a 3-valued flag for hint locality.
Pierre-Marie Pédrot
2020-03-18
Hack a non-superglobal mode for hints.
Pierre-Marie Pédrot
2020-03-13
Implementing postponed constraints in TC resolution
Matthieu Sozeau
2020-02-28
Deprecate the OCaml API to declare term Hints.
Pierre-Marie Pédrot
2020-02-06
unsafe_type_of -> type_of in Sequent.extend_with_auto_hints
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-11
Do not export the internals of the prepare_hint function.
Pierre-Marie Pédrot
2019-06-24
[api] Remove `polymorphic` type alias, use labels instead.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-02
Fix #5752: `Hint Mode` ignored for type classes that appear as assumptions
Maxime Dénès
2019-04-02
Merge PR #8984: Declare initial hint databases in prelude
Pierre-Marie Pédrot
2019-03-27
[tactic] Adapt tactic layer to removal of imperative proof state.
Emilio Jesus Gallego Arias
2019-03-26
Declare initial hint databases in prelude
Maxime Dénès
2018-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-09-26
Make the warning for non-imported hints compatible with internal backtracking.
Pierre-Marie Pédrot
2018-09-19
Remove Hints.add_hints_init
Gaëtan Gilbert
2018-07-02
hints: add Hint Variables/Constants Opaque/Transparent commands
Matthieu Sozeau
2018-06-18
Remove reference name type.
Maxime Dénès
2018-05-31
Refactor parsing rules for Hint Resolve -> and Hint Resolve <-
Armaël Guéneau
2018-05-30
Move interning the [hint_pattern] outside the Typeclasses hooks.
Gaëtan Gilbert
2018-05-27
[api] Make `vernac/` self-contained.
Emilio Jesus Gallego Arias
2018-05-27
[tactics] Turn boolean locality hint parameter into a named one.
Emilio Jesus Gallego Arias
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-04-26
[api] Move `hint_info_expr` to `Typeclasses`.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-11-21
[printing] Deprecate all printing functions accessing the global proof.
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-04-27
Remove unused [open] statements
Gaetan Gilbert
2017-02-14
Merge branch 'master'.
Pierre-Marie Pédrot
2017-02-14
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
Hints API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Termops API using EConstr.
Pierre-Marie Pédrot
[next]