package terml

  1. Overview
  2. Docs

Source file input_source.ml

1
2
3
module type t = sig
  val read : unit -> [ `Read of string | `End | `Retry | `Malformed of string ]
end
OCaml

Innovation. Community. Security.