module IO : sig ... endval sexp_of_ctx : ctx -> Ppx_sexp_conv_lib.Sexp.tval init : ?ctx:Conduit_lwt_unix.ctx -> ?resolver:Resolver_lwt.t -> unit -> ctxval default_ctx : ctxval connect_uri : ctx:ctx -> Uri.t -> (Conduit_lwt_unix.flow * Conduit_lwt_unix.ic * Conduit_lwt_unix.oc) Lwt.tval close_in : 'a Lwt_io.channel -> unitval close_out : 'a Lwt_io.channel -> unitval close : 'a Lwt_io.channel -> 'b Lwt_io.channel -> unit