package prettiest

  1. Overview
  2. Docs
module type Width = sig ... end
module type S = sig ... end
module Make (W : Width) : S