package containers

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

Parameters

module X : sig ... end
module Y : sig ... end

Signature

type 'a t
type key1 = X.t
type key2 = Y.t
val create : int -> 'a t
val clear : 'a t -> unit
val with_cache : 'a t -> (key1 -> key2 -> 'a) -> key1 -> key2 -> 'a
OCaml

Innovation. Community. Security.