Make.Map
module type S = sig ... end
module Make (Ord : Compare.COMPARABLE) : S with type key = Ord.t