package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type sink = [
  1. | `Buf of Buffer.t
  2. | `File of string
  3. | `Out of Pervasives.out_channel
]
val create : sink -> t
val push : t -> token -> unit
OCaml

Innovation. Community. Security.