base
base copied to clipboard
Standardize argument order for various data types
For example, foldMap takes arguments in different order for e.g. List vs List.Nonempty, Map, etc.
Map.foreach currently takes the Map as the first argument but similar functions take the function as the first argument.