package rhythm

  1. Overview
  2. Docs
type ('ds, 'el) fastReverse =
  1. | SlowReverse
  2. | 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