package bastet_async

  1. Overview
  2. Docs

Module Bastet_async.MonadSource

include Bastet.Interface.APPLICATIVE with type 'a t = 'a Async_kernel.Deferred.t
include Bastet.Interface.APPLY with type 'a t = 'a Async_kernel.Deferred.t
include Bastet.Interface.FUNCTOR with type 'a t = 'a Async_kernel.Deferred.t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval apply : ('a -> 'b) t -> 'a t -> 'b t
Sourceval pure : 'a -> 'a t
Sourceval flat_map : 'a t -> ('a -> 'b t) -> 'b t