rhythm.lib
Rhythm.FeatureSequence
type ('ds, 'el) fastReverse =
| SlowReverse
| Reverse of 'ds -> 'ds
module type Config = sig ... end
module Default : sig ... end
module type Interface = sig ... end
module Add (Config : Config) : Interface with type 'el tSequence = 'el Config.t