That's Foldable.fold.
On Sat, 3 Feb 2018, Johannes Waldmann wrote:
I propose this change for containers:
have: unions :: [ Set a ] -> Set a
want: unions :: Foldable f => f (Set a) -> Set a
_______________________________________________
Libraries mailing list
Libraries@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries