Redesign _ -> identity transforms
rapus95 opened this issue · 2 comments
rapus95 commented
Suggestion: Whenever some underscore tends to be replaced by an identity function, make the anonymous function escape a single layer.
That will automatically enable cases like that:
1:10 |> filter(_<5, _)
while we don't lose a relevant feature. Using _ instead of identity
shouldn't be considered good style anyway.
haberdashPI commented