Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sigs.CACHE_MAP_RESULTSourceThis is similar to CACHE_MAP except that it handles result. Specifically, you can insert ('a, 'b) result Lwt.t and promises that are fulfilled with Error _ are treated like promises that are rejected:
fold.val create : int -> ('a, 'err) tval length : ('a, 'err) t -> intval capacity : ('a, 'err) t -> intval clear : ('a, 'err) t -> unit