You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Set.unions documentation to mention Foldable instead of list (#585)
The previous documentation for unions said that you need a list of sets,
but the type says that it can be any Foldable structure:
unions :: (Foldable f, Ord a) => f (Set a) -> Set a
Changed the wording to "The union of the sets in a Foldable structure".
0 commit comments