Fix.Numbering
module Make (M : sig ... end) : sig ... end
module ForOrderedType (T : Map.OrderedType) : sig ... end
module ForHashedType (T : Hashtbl.HashedType) : sig ... end
module ForType (T : sig ... end) : sig ... end