package resp

  1. Overview
  2. Docs
include INPUT with type ic = string ref
type ic = string ref
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 -> (lexeme, error) result Lwt.t
val decode : ic -> lexeme -> t Lwt.t