Lazy_map.Mutable
Make generates a lazy map module using a given Key module.
Make
Key
module type S = sig ... end
S is the signature of a mutable lazy map module.
S
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