We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bf3f5 commit c77e8ffCopy full SHA for c77e8ff
core/src/Streamly/Data/Fold.hs
@@ -185,8 +185,11 @@ module Streamly.Data.Fold
185
, takeEndBy
186
, takeEndBy_
187
188
- -- ** Serial Append
+ -- ** Splitting
189
, splitWith
190
+ , many
191
+ , groupsOf
192
+ -- , intervalsOf
193
194
-- ** Parallel Distribution
195
-- | For applicative composition using distribution see
@@ -220,11 +223,6 @@ module Streamly.Data.Fold
220
223
, demux
221
224
, demuxIO
222
225
- -- ** Splitting
- , many
- , groupsOf
226
- -- , intervalsOf
227
-
228
-- ** Unzipping
229
, unzip
230
0 commit comments