package fix

  1. Overview
  2. Docs

Module Glue.InjectImperativeMapsSource

Parameters

module M : sig ... end
module I : sig ... end
module J : sig ... end

Signature

Sourcetype key = I.t
Sourcetype 'data t
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
OCaml

Innovation. Community. Security.