package alba

  1. Overview
  2. Docs
module type GAMMA = sig ... end
module Make (Gamma : GAMMA) : sig ... end