diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/class_tactics.mli | 1 |
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 |
