Value.MkCustomFromTermmodule Term : Term.Custominclude module type of struct include Term endtype content = Term.contentval t : Type.tval to_custom : content -> Liquidsoap_lang.Term.Custom.tval of_custom : Liquidsoap_lang.Term.Custom.t -> contentval is_custom : Liquidsoap_lang.Term.Custom.t -> boolval to_value : ?pos:Pos.Option.base -> content -> tval is_value : t -> bool