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 -> 'a -> ('a -> Sexplib.Sexp.t) -> Info.t
val tag : Info.t -> string -> Info.t
val tag_arg : Info.t -> string -> 'a -> ('a -> 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_ml.reader
val bin_read_t_ : Info.t Bin_prot.Unsafe_read_c.reader
val bin_read_t__ : (int -> Info.t) Bin_prot.Unsafe_read_c.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_ml.writer
val bin_write_t_ : Info.t Bin_prot.Unsafe_write_c.writer
val bin_writer_t : Info.t Bin_prot.Type_class.writer
end