package tezos-lazy-containers

  1. Overview
  2. Docs

Make generates a lazy map module using a given Key module.

module type S = sig ... end

S is the signature of a mutable lazy map module.

module Make (Key : KeyS) : S with type key = Key.t
module LwtIntMap : S with type key = int
module LwtInt32Map : S with type key = int32
module LwtInt64Map : S with type key = int64
OCaml

Innovation. Community. Security.