diff options
| author | Pierre-Marie Pédrot | 2016-03-06 19:38:14 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-03-06 19:43:15 +0100 |
| commit | 6f49db55e525a57378ca5600476c870a98a59dae (patch) | |
| tree | f105cbf8b371e20b8f1097eee5d297dcd4eb203f /tactics/tactic_debug.mli | |
| parent | 9e96794d6a4327761ce1ff992351199919431be1 (diff) | |
Removing dependency of Himsg in tactic files.
Diffstat (limited to 'tactics/tactic_debug.mli')
| -rw-r--r-- | tactics/tactic_debug.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tactics/tactic_debug.mli b/tactics/tactic_debug.mli index fbb7ab66db..a3b519a712 100644 --- a/tactics/tactic_debug.mli +++ b/tactics/tactic_debug.mli @@ -75,3 +75,8 @@ val db_logic_failure : debug_info -> exn -> unit Proofview.NonLogical.t (** Prints a logic failure message for a rule *) val db_breakpoint : debug_info -> Id.t Loc.located message_token list -> unit Proofview.NonLogical.t + +val extract_ltac_trace : + Tacexpr.ltac_trace -> Loc.t -> Pp.std_ppcmds option * Loc.t + +val is_ltac_for_ml_tactic_hook : (KerName.t -> bool) Hook.t |
