Extstdlib.Map
module type S = sig ... end
module Make (Ord : Stdlib.Map.OrderedType) : S with type key = Ord.t