Module type Value.Custom

include Term.Custom
type content
val t : Type.t
val is_custom : Liquidsoap_lang.Term.Custom.t -> bool
val to_term : content -> Term.t
val of_term : Term.t -> content
val to_value : ?pos:Pos.t -> content -> t
val of_value : t -> content
val is_value : t -> bool