Skip to content

Commit

Permalink
Release Stream.unionBy and Fold.foldtM'
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Oct 4, 2024
1 parent 5c0a10a commit 93db34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/Streamly/Data/Fold.hs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ module Streamly.Data.Fold
, foldl1'
, foldl1M'
, foldr'
, foldtM'

-- * Folds
-- ** Accumulators
Expand Down
1 change: 1 addition & 0 deletions core/src/Streamly/Data/Stream.hs
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ module Streamly.Data.Stream
-- >>> union = Stream.unionBy (==) -- unreleased
--
, reverse
, unionBy
-- XXX transpose: write the streams to arrays and then stream transposed.
-- XXX subsequences
-- XXX permutations
Expand Down

0 comments on commit 93db34b

Please sign in to comment.