Module Liquidsoap_lang.Type_custom

type custom = Type_base.custom
module type Specs = sig ... end
module type Implementation = sig ... end
module Make (S : Specs) : Implementation with type content = S.content