Module Rhythm.FeatureBack
type ('ds, 'el) fastGetLast = | SlowGetLast| GetLastExn of 'ds -> 'el
type ('ds, 'el) fastAddLast = | SlowAddLast| AddLast of 'el -> 'ds -> 'ds
type ('ds, 'el) fastRemoveLast = | SlowRemoveLast| RemoveLastExn of 'ds -> 'ds
module type Config = sig ... end