package rhythm

  1. Overview
  2. Docs
module type Config = sig ... end
module type Interface = sig ... end
module Add (Config : Config) : Interface with type 'el tSyntax = 'el Config.t