Add Data.Set.RBTree.emptyOrd
This adds a convenience function for creating an empty RBT set with the default (<)
implementation, provided the type parameter satisfies Ord
.
This adds a convenience function for creating an empty RBT set with the default (<)
implementation, provided the type parameter satisfies Ord
.