Skip to content

Commit

Permalink
Expose chunksOf from all the Array modules
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Dec 18, 2024
1 parent fee44a1 commit 4656946
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/Streamly/Data/Array.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ module Streamly.Data.Array
, reader
, readerRev

-- * Stream of Arrays
, chunksOf

-- * Casting
, cast
, asBytes
Expand Down
3 changes: 3 additions & 0 deletions core/src/Streamly/Data/Array/Generic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ module Streamly.Data.Array.Generic
, reader
-- , A.readerRev

-- * Stream of Arrays
, chunksOf

-- * Random Access
, length
, getIndex
Expand Down
3 changes: 3 additions & 0 deletions core/src/Streamly/Data/MutArray.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ module Streamly.Data.MutArray
, reader
, readerRev

-- * Stream of Arrays
, chunksOf

-- * Casting
, cast
, asBytes
Expand Down
3 changes: 3 additions & 0 deletions core/src/Streamly/Data/MutArray/Generic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ module Streamly.Data.MutArray.Generic
, reader
-- , readerRev

-- * Stream of Arrays
, chunksOf

-- * Size
, length

Expand Down

0 comments on commit 4656946

Please sign in to comment.