Module type Value.Custom

An OCaml type carried by liquidsoap values, e.g. a source or a request.

type content
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