package bastet_async

  1. Overview
  2. Docs
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
val map : ('a -> 'b) -> 'a t -> 'b t
val apply : ('a -> 'b) t -> 'a t -> 'b t
val pure : 'a -> 'a t
val flat_map : 'a t -> ('a -> 'b t) -> 'b t