'For for foldables

for is flip traverse.

forM is flip mapM.

And so on with for_, etc.

What about foldMap? It's lonely.

flip foldMap = ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source