package index

  1. Overview
  2. Docs
module type S = sig ... end

The input of Make for values. The same requirements as for Key apply.

module String_fixed (L : sig ... end) : S with type t = string

String values of a given fixed size in bytes.