Consider replacing ChangedOnly
by more composable predicates
#345
Labels
part:experimental
Affects the experimental package
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
It still seems hard to justify the special case, in particular because if we add more simple predicates it could be really easy to get
ChangedOnly
while allowing to create more types of predicates more easily.Specially once #354 and #355 are implemented.
Proposed solution
If we add these:
Then
ChangedOnly
is basically isdrop_while(is_equal)
, which it is a bit more verbose, but actually makes it more obvious what's really going on.The text was updated successfully, but these errors were encountered: