NesRlwt
Helpers for the Result Lwt monad.
type ('a, 'e) t = ('a, 'e) Stdlib.Result.t Lwt.t
val bind : ('a, 'e) t -> ('a -> ('b, 'e) t) -> ('b, 'e) t