package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Lazy_map.MutableSource

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

Sourcemodule type S = sig ... end

S is the signature of a mutable lazy map module.

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

Innovation. Community. Security.