aboutsummaryrefslogtreecommitdiff
path: root/tactics/class_tactics.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/class_tactics.mli
parentb87f1432474bd3ffda6f02eb3ba7edf50114cc23 (diff)
Declare initial hint databases in prelude
Previously, they were hard-wired in the ML code.
Diffstat (limited to 'tactics/class_tactics.mli')
-rw-r--r--tactics/class_tactics.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli
index a6922213d0..c950e3de3d 100644
--- a/tactics/class_tactics.mli
+++ b/tactics/class_tactics.mli
@@ -13,6 +13,8 @@
open Names
open EConstr
+val typeclasses_db : string
+
val catchable : exn -> bool
val set_typeclasses_debug : bool -> unit