module type DEFERRED = sig .. end
sig
end
Deferred
Lwt
type 'a t
'a
val bind : 'a t -> ('a -> 'b t) -> 'b t
'a t -> ('a -> 'b t) -> 'b t
val return : 'a -> 'a t
'a -> 'a t
val catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
(unit -> 'a t) -> (exn -> 'a t) -> 'a t