aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactic_debug.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-03-20 03:10:54 +0100
committerPierre-Marie Pédrot2016-03-20 21:26:40 +0100
commitf39543a752d05e5661749bbc3f221d75e525b3b4 (patch)
tree63f0b0a9f9339a0b1e0b1086afa0346216a1f4d5 /tactics/tactic_debug.mli
parent6afe572a4448e50f18e408097dd9ed03cc432d39 (diff)
Moving Tactic_debug to Hightactic.
Diffstat (limited to 'tactics/tactic_debug.mli')
-rw-r--r--tactics/tactic_debug.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/tactic_debug.mli b/tactics/tactic_debug.mli
index 523398e75a..520fb41eff 100644
--- a/tactics/tactic_debug.mli
+++ b/tactics/tactic_debug.mli
@@ -61,13 +61,13 @@ val db_matching_failure : debug_info -> unit Proofview.NonLogical.t
val db_eval_failure : debug_info -> Pp.std_ppcmds -> unit Proofview.NonLogical.t
(** An exception handler *)
-val explain_logic_error: (exn -> Pp.std_ppcmds) ref
+val explain_logic_error: exn -> Pp.std_ppcmds
(** For use in the Ltac debugger: some exception that are usually
consider anomalies are acceptable because they are caught later in
the process that is being debugged. One should not require
from users that they report these anomalies. *)
-val explain_logic_error_no_anomaly : (exn -> Pp.std_ppcmds) ref
+val explain_logic_error_no_anomaly : exn -> Pp.std_ppcmds
(** Prints a logic failure message for a rule *)
val db_logic_failure : debug_info -> exn -> unit Proofview.NonLogical.t