Replies: 1 comment 4 replies
-
Partition is indeed a nice one. By chance I'm currently reworking/hopefully improving a large portion of the streams package. I'll bring this one into the mix. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
being able to split a stream into two by condition would be highly useful.
https://hackage.haskell.org/package/base-4.19.0.0/docs/Data-List.html#v:partition
example implementation
wonder if this method is too inefficient?
Beta Was this translation helpful? Give feedback.
All reactions