bap-future
A library for asynchronous values
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library bap_future
include Monads.Std.Monad.Collection.Basic
val return : 'a -> 'a t
return x
creates a singleton container holding x
val fold : 'a t -> init:'s -> f:( 's -> 'a -> 's ) -> 's
fold implementation