package resp-unix

  1. Overview
  2. Docs
include Resp.INPUT with type ic = ic
type ic = ic
val read : ic -> int -> string Lwt.t
val read_line : ic -> string Lwt.t
val read_char : ic -> char Lwt.t
val read_lexeme : ic -> (Resp.lexeme, Resp.error) Stdlib.result Lwt.t
val decode : ic -> Resp.lexeme -> Resp.t Lwt.t