-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Re-evaluate filtering functions #3318
Comments
I agree with this 100%. I find the existing |
Seems like there's a matrix of types in/out that can be built:
and a similar one for filter map
|
Wondering if we shouldn't take a different strategy, I currently see a number of issues:
I have started playing around with the following idea: https://effect.website/play#b7c0272daa18 It looks to me much less verbose and it allows in one shot to both filter/refine and to map |
I've placed |
Filter functions are kind of disaligned between modules and sometimes a bit odd, for example:
I'd expect instead:
The text was updated successfully, but these errors were encountered: