Module Util.Exn

module Exn: sig .. end

val pp_stack : Buffer.t -> int -> unit
printer for the stack with given depth
val fmt_stack : Format.formatter -> int -> unit
val pp_backtrace : Buffer.t -> unit -> unit
printer for backtraces, if enabled (print nothing otherwise)
val fmt_backtrace : Format.formatter -> unit -> unit