Value.RuntimeTypeA liquidsoap type, as a value. Used by the parsers (`json.parse` and friends) which need the expected type at runtime.
type content = Liquidsoap_lang_types.Type.tval t : Liquidsoap_lang_types.Type.tval to_custom : content -> Liquidsoap_lang_ast.Term.Custom.tval of_custom : Liquidsoap_lang_ast.Term.Custom.t -> contentval is_custom : Liquidsoap_lang_ast.Term.Custom.t -> boolval to_term : content -> Liquidsoap_lang_ast.Term.tval of_term : Liquidsoap_lang_ast.Term.t -> contentval to_value : ?pos:Liquidsoap_lang_prelude.Pos.t -> content -> tval is_value : t -> bool