rhythm.lib
Rhythm.FeatureSyntax
module type Config = sig ... end
module type Interface = sig ... end
module Add (Config : Config) : Interface with type 'el tSyntax = 'el Config.t