Reason
  • Docs
  • Try
  • API
  • Community
  • Blog
  • Languages iconEnglish
    • 日本語
    • Deutsch
    • Español
    • Français
    • 한국어
    • Português (Brasil)
    • Русский
    • Українська
    • 中文
    • 繁體中文
    • Help Translate
  • GitHub
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