Liquidsoap_lang.Term_custom
type custom = Runtime_term.custom
type t = Runtime_term.custom_term
val to_string : t -> string
val to_json : pos:Pos.t list -> t -> Json.t
val compare : t -> t -> int
module type Specs = sig ... end
module type Implementation = sig ... end
module Make (S : Specs) : Implementation with type content = S.content