NesOlwt
Helpers for the Option Lwt monad.
type 'a t = 'a option Lwt.t
val bind : 'a t -> ('a -> 'b t) -> 'b t