package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type individual_char =
  1. | NC_yield of char
  2. | NC_end
  3. | NC_await
type t = unit -> individual_char
type source = t
module Manual : sig ... end
val of_string : string -> t
val of_chan : ?bufsize:int -> Pervasives.in_channel -> t
val of_gen : string gen -> t
OCaml

Innovation. Community. Security.