sig
type t = Printexc.backtrace_slot
val is_raise : Printexc.Slot.t -> bool
val is_inline : Printexc.Slot.t -> bool
val location : Printexc.Slot.t -> Printexc.location option
val name : Printexc.Slot.t -> string option
val format : int -> Printexc.Slot.t -> string option
end