Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Jul 13, 2023
1 parent 65ffbef commit 3ede067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/Streamly/Data/Stream.hs
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ import Prelude
-- 'Stream' and 'StreamK' types can be interconverted. See
-- "Streamly.Data.StreamK" module for conversion operations.

-- | Split a stream of arrays on a given separator byte, dropping the separator
-- and coalescing all the arrays between two separators into a single array.
--
{-# INLINE chunksSplitOn #-}
chunksSplitOn
:: (MonadIO m)
Expand Down

0 comments on commit 3ede067

Please sign in to comment.