package resp-unix

  1. Overview
  2. Docs

Module Resp_unix.ReaderSource

include Resp.INPUT with type ic = Lwt_io.input_channel
Sourcetype ic = Lwt_io.input_channel
Sourceval read : ic -> int -> string Lwt.t
Sourceval read_line : ic -> string Lwt.t
Sourceval read_char : ic -> char Lwt.t
Sourceval read_lexeme : ic -> (Resp.lexeme, Resp.error) result Lwt.t
Sourceval decode : ic -> Resp.lexeme -> Resp.t Lwt.t
OCaml

Innovation. Community. Security.