package transept

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Null
  2. | Bool of bool
  3. | Array of t list
  4. | Record of (string * t) list
  5. | Number of float
  6. | String of string