Module DebugHook.Action
Ltac debugger interface; clients should register hooks to interact with their provided interface.
type t=|StepStep one tactic
|SkipSkip one tactic
|Exit|Help|RunCnt of int|RunBreakpoint of string|Failed
val parse : string -> (t, string) Stdlib.result