package containers

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

Parameters

module X : HASH

Signature

type 'a t
type key = X.t
val create : int -> 'a t
val clear : 'a t -> unit
val with_cache : 'a t -> (key -> 'a) -> key -> 'a
val with_cache_rec : 'a t -> ((key -> 'a) -> key -> 'a) -> key -> 'a
OCaml

Innovation. Community. Security.