Module Limits.Hexdump

type nonrec ('a, 'b, 'c) t = ('a, 'b, 'c) t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('c -> Sexplib0.Sexp.t) -> ('a, 'b, 'c) t -> Sexplib0.Sexp.t
val to_string_hum : ?max_lines:Base.Int.t -> ?pos:Base.Int.t -> ?len:Base.Int.t -> (_, _, _) t @ local -> Base.String.t
val to_sequence : ?max_lines:Base.Int.t -> ?pos:Base.Int.t -> ?len:Base.Int.t -> (_, _, _) t -> Base.String.t Core.Sequence.t
module Pretty : sig ... end