Module Error.Internal_repr

type t =
  1. | Could_not_construct of Sexplib0.Sexp.t
  2. | String of string
  3. | Exn of exn
  4. | Sexp of Sexplib0.Sexp.t
  5. | Tag_t of string * t
  6. | Tag_arg of string * Sexplib0.Sexp.t * t
  7. | Of_list of int option * t list
  8. | With_backtrace of t * string
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_info : t -> t
val to_info : t -> t