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 4481706 commit 2145676Copy full SHA for 2145676
core/src/Streamly/Internal/Data/StreamK.hs
@@ -1376,7 +1376,6 @@ parseChunksGeneric = GenArr.parse
1376
--
1377
{-# INLINE sortBy #-}
1378
sortBy :: Monad m => (a -> a -> Ordering) -> StreamK m a -> StreamK m a
1379
--- sortBy f = Stream.concatPairsWith (Stream.mergeBy f) Stream.fromPure
1380
sortBy cmp =
1381
let p =
1382
Parser.groupByRollingEither
0 commit comments