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

each{,Default}System{,Map}: accept binary functions #79

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ilkecan
Copy link

@ilkecan ilkecan commented Sep 7, 2022

  • eachSystem
  • eachDefaultSystem
  • eachSystemMap
  • eachDefaultSystemMap

The functions passed to these 4 functions above can now take an additional argument after their first one (previously system -> attrs, now system -> self -> attrs). The optional self argument can be used to refer to the fixed point of the function (self -> attrs).

Closes: #78

@zimbatm
Copy link
Member

zimbatm commented Apr 9, 2023

sounds good! This just requires a rebase (also sorry for being so late to review)

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

Successfully merging this pull request may close these issues.

self parameter for eachSystem/eachDefaultSystem
2 participants