sig
  type t
  val to_string_hum : Info.t -> string
  val of_string : string -> Info.t
  val of_lazy : string Lazy.t -> Info.t
  val of_thunk : (unit -> string) -> Info.t
  val create :
    ?here:Source_code_position0.t ->
    string -> '-> ('-> Sexplib.Sexp.t) -> Info.t
  val tag : Info.t -> string -> Info.t
  val tag_arg : Info.t -> string -> '-> ('-> Sexplib.Sexp.t) -> Info.t
  val of_list : ?trunc_after:int -> Info.t list -> Info.t
  val of_exn : ?backtrace:[ `Get | `This of string ] -> exn -> Info.t
  val to_exn : Info.t -> exn
  val pp : Format.formatter -> Info.t -> unit
  val t_of_sexp : Sexplib.Sexp.t -> Info.t
  val sexp_of_t : Info.t -> Sexplib.Sexp.t
  val bin_t : Info.t Bin_prot.Type_class.t
  val bin_read_t : Info.t Bin_prot.Read.reader
  val __bin_read_t__ : (int -> Info.t) Bin_prot.Read.reader
  val bin_reader_t : Info.t Bin_prot.Type_class.reader
  val bin_size_t : Info.t Bin_prot.Size.sizer
  val bin_write_t : Info.t Bin_prot.Write.writer
  val bin_writer_t : Info.t Bin_prot.Type_class.writer
end