package anycache-lwt

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

Lwt support for Anycache

module Monad : Anycache.Monad with type 'a t = 'a Lwt.t and type ('a, 'b) result = ('a, 'b) Result.result
module Make (K : Map.OrderedType) : Anycache.S with type key = K.t and type 'a deferred = 'a Lwt.t

Construct an Anycache instance where computations are of type 'a Lwt.t