We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Functions!RestrictPred
RestrictPred(f, Test(_)) == Restrict(f, { x \in DOMAIN f : Test(x) })
Could also be named Filter to align with map and fold known to functional programmers, but then we already have Restrict.
Filter
map
fold
Restrict
The text was updated successfully, but these errors were encountered:
Function restriction based on a test predicate (#82)
489852f
Add Functions!Restrict(Domain|Values). Addresses Github issue #81 #81 [Feature]
muenchnerkindl
No branches or pull requests
Could also be named
Filter
to align withmap
andfold
known to functional programmers, but then we already haveRestrict
.The text was updated successfully, but these errors were encountered: