Core_kernel.Hexdumpmodule type Indexable = Hexdump_intf.Indexablemodule type Indexable1 = Hexdump_intf.Indexable1module type Indexable2 = Hexdump_intf.Indexable2module type S = Hexdump_intf.Smodule type S1 = Hexdump_intf.S1module type S2 = Hexdump_intf.S2val default_max_lines : Base.Int.t Base.Ref.tCan be used to override the default ~lines argument for to_string_hum and to_sequence in S.
module Of_indexable1 (T : Indexable1) : S1 with type 'a t := 'a T.tmodule Of_indexable2 (T : Indexable2) : S2 with type ('a, 'b) t := ('a, 'b) T.t