package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Int of int
  2. | String of string
  3. | List of t list
  4. | Assoc of (string * t) list
val source : t UniversalSource.t
val sink : t UniversalSink.t
OCaml

Innovation. Community. Security.