mapIn : Ord b => (a -> b) -> SortedSet a -> SortedSet b
mapInMaybe : Ord b => (a -> Maybe b) -> SortedSet a -> SortedSet b
fromFoldable : Ord a => Foldable f => f a -> SortedSet a