package liquidsoap-lang

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Lang.GroundSource

A typed value.

Sourcetype t = Term.Ground.t = ..
Sourcetype t +=
  1. | Bool of bool
  2. | Int of int
  3. | String of string
  4. | Float of float
Sourcetype 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);
}
Sourceval register : (t -> bool) -> content -> unit
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.