sig
  type t
  val invariant : t Invariant_intf.inv
  val to_string_hum : Info.t -> string
  val to_string_mach : Info.t -> string
  val to_string_hum_deprecated : 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 ->
    ?strict:unit -> string -> '-> ('-> Sexplib.Sexp.t) -> Info.t
  val createf : ('a, unit, string, Info.t) Pervasives.format4 -> 'a
  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
  module Stable :
    sig
      module V1 :
        sig
          type t = t
          val t_of_sexp : Sexplib.Sexp.t -> t
          val sexp_of_t : t -> Sexplib.Sexp.t
          val compare : t -> t -> int
          val bin_t : t Bin_prot.Type_class.t
          val bin_read_t : t Bin_prot.Read.reader
          val __bin_read_t__ : (int -> t) Bin_prot.Read.reader
          val bin_reader_t : t Bin_prot.Type_class.reader
          val bin_size_t : t Bin_prot.Size.sizer
          val bin_write_t : t Bin_prot.Write.writer
          val bin_writer_t : t Bin_prot.Type_class.writer
        end
      module V2 :
        sig
          type t = t
          val t_of_sexp : Sexplib.Sexp.t -> t
          val sexp_of_t : t -> Sexplib.Sexp.t
          val compare : t -> t -> int
          val bin_t : t Bin_prot.Type_class.t
          val bin_read_t : t Bin_prot.Read.reader
          val __bin_read_t__ : (int -> t) Bin_prot.Read.reader
          val bin_reader_t : t Bin_prot.Type_class.reader
          val bin_size_t : t Bin_prot.Size.sizer
          val bin_write_t : t Bin_prot.Write.writer
          val bin_writer_t : t Bin_prot.Type_class.writer
        end
    end
  val t_of_sexp : Sexplib.Sexp.t -> Info.t
  val sexp_of_t : Info.t -> Sexplib.Sexp.t
  val compare : Info.t -> Info.t -> int
  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