Skip to content

Add Data.Set.RBTree.emptyOrd

Fredrik Wieczerkowski requested to merge empty-ord into libs_refactor

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

Merge request reports