Module type Core_kernel__.Hexdump_intf.Hexdump

module type Indexable = Indexable
module type Indexable1 = Indexable1
module type Indexable2 = Indexable2
module type S = S
module type S1 = S1
module type S2 = S2
val default_max_lines : Core_kernel__.Import.int Core_kernel__.Import.ref

Can be used to override the default ~lines argument for to_string_hum and to_sequence in S.

module Of_indexable : functor (T : Indexable) -> S with type t := T.t
module Of_indexable1 : functor (T : Indexable1) -> S1 with type t := a T.t
module Of_indexable2 : functor (T : Indexable2) -> S2 with type (a, b) t := (a, b) T.t