package alba

  1. Overview
  2. Docs
module type HOLES = sig ... end
module Make (H : HOLES) : sig ... end