Value.MkCustomFromTerm
module Term : Term.Custom
include module type of struct include Term end
type content = Term.content
val t : Type.t
val to_custom : content -> Liquidsoap_lang.Term.Custom.t
val of_custom : Liquidsoap_lang.Term.Custom.t -> content
val is_custom : Liquidsoap_lang.Term.Custom.t -> bool
val to_value : ?pos:Pos.Option.base -> content -> t
val is_value : t -> bool