aboutsummaryrefslogtreecommitdiff
path: root/tactics/class_tactics.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-06-24 15:52:41 +0200
committerPierre-Marie Pédrot2020-06-24 15:53:46 +0200
commitec15eb5d0d0fa4085cc2413d9f6fe5db07feb216 (patch)
treefc44e45a0f2dcf3c4f1c820cb525de6900be5714 /tactics/class_tactics.mli
parent82485e9f2a36a7a52a56622a553817436636b00b (diff)
Remove the catchable-exception related functions.
They were deprecated in 8.12.
Diffstat (limited to 'tactics/class_tactics.mli')
-rw-r--r--tactics/class_tactics.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli
index b97b90d777..381f68f14f 100644
--- a/tactics/class_tactics.mli
+++ b/tactics/class_tactics.mli
@@ -15,9 +15,6 @@ 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 set_typeclasses_depth : int option -> unit