module Backtrace: Backtrace
type
t
val get : (unit -> t) Or_error.t
val to_string : t -> string
module Exn:sig
..end
Backtrace.Exn
has functions for controlling and printing the backtrace of the most
recently raised exception.
val sexp_of_t : t -> Sexplib.Sexp.t