package codept-lib

  1. Overview
  2. Docs
type t =
  1. | Array of t list
  2. | List of t list
  3. | Atom of string
  4. | Obj of (string * t) list
type untyped = t
OCaml

Innovation. Community. Security.