package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=6f7bbdda1d97f2f542a45331f062127dd5264d6ed73ece7b2c6b330785dfc991

doc/core/Core/Hexdump/index.html

Module Core.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 : 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 : Indexable) : S with type t := T.t
module Of_indexable1 (T : Indexable1) : S1 with type 'a t := 'a T.t
module Of_indexable2 (T : Indexable2) : S2 with type ('a, 'b) t := ('a, 'b) T.t