package bastet_lwt

  1. Overview
  2. Docs
include Bastet.Interface.APPLY with type 'a t = 'a Lwt.t
include Bastet.Interface.FUNCTOR with type 'a t = 'a Lwt.t
type 'a t = 'a Lwt.t
val map : ('a -> 'b) -> 'a t -> 'b t
val apply : ('a -> 'b) t -> 'a t -> 'b t
val pure : 'a -> 'a t