aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/class_tactics.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/class_tactics.ml4')
-rw-r--r--tactics/class_tactics.ml42
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/class_tactics.ml4 b/tactics/class_tactics.ml4
index c33299397..82b426775 100644
--- a/tactics/class_tactics.ml4
+++ b/tactics/class_tactics.ml4
@@ -694,6 +694,7 @@ let get_typeclasses_debug () = !typeclasses_debug
let set_typeclasses_debug =
declare_bool_option
{ optsync = true;
+ optdepr = false;
optname = "debug output for typeclasses proof search";
optkey = ["Typeclasses";"Debug"];
optread = get_typeclasses_debug;
@@ -708,6 +709,7 @@ let get_typeclasses_depth () = !typeclasses_depth
let set_typeclasses_depth =
declare_int_option
{ optsync = true;
+ optdepr = false;
optname = "depth for typeclasses proof search";
optkey = ["Typeclasses";"Depth"];
optread = get_typeclasses_depth;