package resp

  1. Overview
  2. Docs

Module Resp.String_readerSource

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

Innovation. Community. Security.