Client.Readerinclude Resp.INPUTval read : ic -> int -> string Lwt.tval read_line : ic -> string Lwt.tval read_char : ic -> char Lwt.tval read_lexeme : ic -> (Resp.lexeme, Resp.error) Stdlib.result Lwt.tval decode : ic -> Resp.lexeme -> Resp.t Lwt.t