Module Resolver_lwt.IO

IO module compatible with Conduit.IO that uses Lwt

type 'a t = 'a Lwt.t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val return : 'a -> 'a t