Module Resolver_lwt.IOSource

IO module compatible with Conduit.IO that uses Lwt

Sourcetype 'a t = 'a Lwt.t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval return : 'a -> 'a t