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