package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Indexable = Hexdump.Indexable
module type Indexable1 = Hexdump.Indexable1
module type Indexable2 = Hexdump.Indexable2
module type S = Hexdump.S
module type S1 = Hexdump.S1
module type S2 = Hexdump.S2
val default_max_lines : Base.Int.t Base.Ref.t

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

module Of_indexable (T : Hexdump.Indexable) : sig ... end
module Of_indexable1 (T : Hexdump.Indexable1) : sig ... end
module Of_indexable2 (T : Hexdump.Indexable2) : sig ... end