You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to do this if someone can confirm that it is needed.
EDIT: I took a look at it and added a simple implementation of withFilter based on the standard filter. I added standard function in FunctorFilter trait with comment, and target version in Ops but it is maybe redundand. Additionally, I added a basic test - 'withFilter filter consistency' law.
Now the if statement in the for-comprehension works. However, I'm not sure if this is sufficient; I might be missing something, and it may not be that straightforward.
I don't want to clutter the repository with unnecessary PRs, so if someone could review this comment and approve the approach, I can push my code.
So for-comprehension with if clauses compiles.
The text was updated successfully, but these errors were encountered: