aboutsummaryrefslogtreecommitdiff
path: root/tactics/hints.mli
diff options
context:
space:
mode:
authorMaxime Dénès2018-11-13 10:11:15 +0100
committerVincent Laporte2019-03-26 08:51:00 +0000
commite9bbfcd6d589a9e8e5abcd9fbc852a77996c97db (patch)
treee293ad303dada2a0fa768c73f3ea79e2721f1c48 /tactics/hints.mli
parentb87f1432474bd3ffda6f02eb3ba7edf50114cc23 (diff)
Declare initial hint databases in prelude
Previously, they were hard-wired in the ML code.
Diffstat (limited to 'tactics/hints.mli')
-rw-r--r--tactics/hints.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/tactics/hints.mli b/tactics/hints.mli
index dd2c63d351..a069e53852 100644
--- a/tactics/hints.mli
+++ b/tactics/hints.mli
@@ -277,11 +277,6 @@ val make_local_hint_db : env -> evar_map -> ?ts:TransparentState.t -> bool -> de
val make_db_list : hint_db_name list -> hint_db list
-(** Initially created hint databases, for typeclasses and rewrite *)
-
-val typeclasses_db : hint_db_name
-val rewrite_db : hint_db_name
-
val wrap_hint_warning : 'a Proofview.tactic -> 'a Proofview.tactic
(** Use around toplevel calls to hint-using tactics, to enable the tracking of
non-imported hints. Any tactic calling [run_hint] must be wrapped this