Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize argument order for various data types #124

Open
runarorama opened this issue Nov 10, 2022 · 1 comment
Open

Standardize argument order for various data types #124

runarorama opened this issue Nov 10, 2022 · 1 comment
Assignees

Comments

@runarorama
Copy link
Contributor

For example, foldMap takes arguments in different order for e.g. List vs List.Nonempty, Map, etc.

@ceedubs
Copy link
Contributor

ceedubs commented Dec 6, 2022

Map.foreach currently takes the Map as the first argument but similar functions take the function as the first argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants