Skip to content

Added boolean versions of List/Vec functions that use predicates #1714

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

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

MatthewDaggitt
Copy link
Contributor

Fixes #920. For each function that took a decidable predicate as an argument, adds a new boolean valued version of it, and redefines the existing predicate version in terms of it.

Bikeshedding about the naming convention welcome!

@MatthewDaggitt MatthewDaggitt added this to the v2.0 milestone Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On filter and boolFilter
1 participant