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

Add dict.each #588

Closed
wants to merge 5 commits into from
Closed

Add dict.each #588

wants to merge 5 commits into from

Conversation

mooreryan
Copy link
Contributor

Addresses #580.

  • Adds dict.each implemented using dict.fold.
  • Parameter names are modeled after those in the dict module.
    • The list.each function uses f rather than fun for the name of the iterating function, however.
  • Tests are modeled after those for list.each.
  • Docs are modeled after those for list.each.

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you. Would you mind updating the changelog also? 🙏

@mooreryan
Copy link
Contributor Author

Thanks, I will update the changelog as well.

@mooreryan
Copy link
Contributor Author

Ah shoot, I messed up the the git history here. Let me just close this and fix it.

@mooreryan mooreryan closed this May 15, 2024
@mooreryan mooreryan deleted the add-dict-each branch May 15, 2024 18:58
@mooreryan mooreryan mentioned this pull request May 15, 2024
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.

None yet

3 participants