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

implement list.try_filter #553

Closed
wants to merge 2 commits into from
Closed

Conversation

pendletong
Copy link

I noticed that there wasn't a try_ version of the filter function.

  • Added try_filter function to the list module
  • Added try_filter_test

@lpil
Copy link
Member

lpil commented Apr 1, 2024

Hello! Thank you for this but we only have try_* functions for the most common operations or anything that would be challenging to implement. In this case the programmer could use try_map and then filter, or use try_fold.

@lpil
Copy link
Member

lpil commented May 20, 2024

Closing due to inactivity. Please feel free to reopen! Thank you

@lpil lpil closed this May 20, 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

2 participants