package fix

  1. Overview
  2. Docs

Module Glue.PersistentMapsToImperativeMapsSource

Parameters

module M : sig ... end

Signature

Sourcetype key = M.key
Sourcetype 'data t = 'data M.t ref
Sourceval create : unit -> 'data t
Sourceval add : key -> 'data -> 'data t -> unit
Sourceval find : key -> 'data t -> 'data
Sourceval clear : 'data t -> unit
Sourceval iter : (key -> 'data -> unit) -> 'data t -> unit