package alba

  1. Overview
  2. Docs
module type S = sig ... end
module Make (A : Module_types.ANY) : S with type a = A.t