package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : unit -> t
val feed : t -> string -> unit
type result =
  1. | Yield of token
  2. | Error of string
  3. | Await
val next : t -> result
OCaml

Innovation. Community. Security.