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
2021-01-18
Support locality attributes for Hint Rewrite (including export)
Gaëtan Gilbert
2020-12-21
Move evaluable_global_reference from Names to Tacred.
Pierre-Marie Pédrot
2020-11-15
Implement export locality for the remaining Hint commands.
Pierre-Marie Pédrot
2020-11-04
Do not try to be clever for term-as-hint interpretation.
Pierre-Marie Pédrot
2020-11-04
Opacify the Hints.hint_term type.
Pierre-Marie Pédrot
2020-11-04
Encapsulate the last use of IsConstr in the Hints API.
Pierre-Marie Pédrot
2020-11-04
Further API cleanup after the removal of forward hints.
Pierre-Marie Pédrot
2020-09-13
Statically ensure that only polymophic hint terms come with a context.
Pierre-Marie Pédrot
2020-08-20
Dnets now consider axioms as being opaque for pattern recognition.
Pierre-Marie Pédrot
2020-08-19
Ensure statically that Hint Extern comes with a pattern.
Pierre-Marie Pédrot
2020-08-12
Split the uses of connect_hint_clenv into two different functions.
Pierre-Marie Pédrot
2020-08-12
Export a dedicated function that applies immediately a hint.
Pierre-Marie Pédrot
2020-08-12
Make the Hint.hint type private.
Pierre-Marie Pédrot
2020-08-12
Move connect_hint_clenv from Auto to Hints.
Pierre-Marie Pédrot
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
[next]