Module Core_kernel.Hexdump
module type Indexable = Hexdump_intf.Indexable
module type Indexable1 = Hexdump_intf.Indexable1
module type Indexable2 = Hexdump_intf.Indexable2
module type S = Hexdump_intf.S
module type S1 = Hexdump_intf.S1
module type S2 = Hexdump_intf.S2
val default_max_lines : Core_kernel__.Import.int Core_kernel__.Import.ref
Can be used to override the default
~lines
argument forto_string_hum
andto_sequence
inS
.
module Of_indexable1 : functor (T : Indexable1) -> S1 with type 'a t := 'a T.t
module Of_indexable2 : functor (T : Indexable2) -> S2 with type ('a, 'b) t := ('a, 'b) T.t