package anycache

  1. Overview
  2. Docs

Parameters

module Key : Stdlib.Map.OrderedType
module M : Anycache.Monad

Signature

type 'a t
val create : unit -> 'a t
val bind : 'a t -> Key.t -> (Key.t -> 'a M.t) -> 'a M.t