package resp

  1. Overview
  2. Docs

Parameters

module I : INPUT

Signature

include INPUT with type ic = I.ic
type ic = I.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 -> (lexeme, error) result Lwt.t
val decode : ic -> lexeme -> t Lwt.t