Module Value.RuntimeType

A liquidsoap type, as a value. Used by the parsers (`json.parse` and friends) which need the expected type at runtime.

val is_custom : Liquidsoap_lang_ast.Term.Custom.t -> bool
val to_value : ?pos:Liquidsoap_lang_prelude.Pos.t -> content -> t
val of_value : t -> content
val is_value : t -> bool