-
Notifications
You must be signed in to change notification settings - Fork 158
breakEnd, spanEnd #244
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
Comments
Where did So it must have been removed later. Does anyone know what happened? |
spanEnd would be trivial to add, any reason why not? It would avoid double pass. |
maybe the reason is the possible confusion between which is drop and which is take, because logically it would be reversed compared with span, but documentation would comment on that: spanEnd p t = (dropWhileEnd p t, takeWhileEnd p t) |
Would you like to rebase #312 and fix review suggestions? |
there is a
break
andspan
but nobreakEnd
orspanEnd
to mirror them in lieu oftakeWhile
/takeWhileEnd
anddropWhile
/dropWhileEnd
.The text was updated successfully, but these errors were encountered: