Module NesRlwt

Rlwt

Helpers for the Result Lwt monad.

Basic Monadic Interface

type ('a, 'e) t = ('a, 'e) Stdlib.Result.t Lwt.t
val bind : ('a, 'e) t -> ('a -> ('b, 'e) t) -> ('b, 'e) t