package liquidsoap-lang

  1. Overview
  2. Docs

A typed value.

type t = Term.Ground.t = ..
type t +=
  1. | Bool of bool
  2. | Int of int
  3. | String of string
  4. | Float of float
type content = Term.Ground.content = {
  1. descr : t -> string;
  2. to_json : pos:Pos.t list -> t -> Json.t;
  3. compare : t -> t -> int;
  4. typ : (module Liquidsoap_lang.Type.Ground.Custom);
}
val register : (t -> bool) -> content -> unit
val to_string : t -> string
OCaml

Innovation. Community. Security.