aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorHugo Herbelin2020-03-02 12:00:41 +0100
committerHugo Herbelin2020-03-13 07:37:25 +0100
commitee2c5352d95adee5a31689c79785547c0dbaa749 (patch)
tree53a749eb574f1d62f6332401f4a15c5760dcb318 /tactics
parent89a5abb0b8b453bdda8c9ebf33734c42c3a826db (diff)
Deprecation of catchable_exception, to be replaced by noncritical in try-with.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/class_tactics.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli
index dc94e6a6fb..394ef9a6b5 100644
--- a/tactics/class_tactics.mli
+++ b/tactics/class_tactics.mli
@@ -16,6 +16,7 @@ open EConstr
val typeclasses_db : string
val catchable : exn -> bool
+[@@ocaml.deprecated "Use instead CErrors.noncritical, or the exact name of the exception that matters in the corresponding case."]
val set_typeclasses_debug : bool -> unit
val get_typeclasses_debug : unit -> bool