From ee2c5352d95adee5a31689c79785547c0dbaa749 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 2 Mar 2020 12:00:41 +0100 Subject: Deprecation of catchable_exception, to be replaced by noncritical in try-with. --- tactics/class_tactics.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'tactics') 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 -- cgit v1.2.3