Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
05ecb3e
Add consInput unfold operation
harendra-kumar May 21, 2026
796f054
Add tests for consInput unfold combinator
harendra-kumar May 21, 2026
9ab2950
Add unfoldLast in Data.Stream
harendra-kumar May 20, 2026
ec41117
Add test case for unfoldLast
harendra-kumar May 20, 2026
9f90e40
Rename unfoldLast to appendUnfoldLast
harendra-kumar May 21, 2026
8bc80ac
Add signatures of some append/unfold stream ops
harendra-kumar May 21, 2026
06d1213
Add design notes for the Scan module
harendra-kumar May 21, 2026
484ca13
Update the Scanl design doc incorporating the Scan type
harendra-kumar May 24, 2026
18b1194
Add more details for different types in Scanl design doc
harendra-kumar May 24, 2026
86e0aa8
Add a note about pure vs monadic unfold
harendra-kumar May 24, 2026
6c1d446
Add mapAccumM and reorg the exports in Stream.Transform
harendra-kumar May 24, 2026
8e22ae7
Add an implementation of mapAccumM
harendra-kumar May 25, 2026
7571802
Add tests for mapAccumM
harendra-kumar May 25, 2026
8e51b4c
Implement modifyLast scan
harendra-kumar May 25, 2026
03e025e
Add a test case for modifyLast
harendra-kumar May 25, 2026
0cb16f4
Implement appendMapLast
harendra-kumar May 25, 2026
ac2d108
Add a test case for appendMapLast
harendra-kumar May 25, 2026
144b132
Implement unfoldLast and concatMapLast
harendra-kumar May 25, 2026
43b37b6
Implement appendIfEmpty
harendra-kumar May 25, 2026
eaab2eb
Implement unfoldFirst and concatMapFirst
harendra-kumar May 25, 2026
0cad865
Remove non-existing files from .hlint.ignore
harendra-kumar May 25, 2026
9b3a313
Fix hlint issues
harendra-kumar May 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .hlint.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ test/Streamly/Test/Unicode/Stream.hs
test/Streamly/Test/Data/Unbox.hs
benchmark/lib/Streamly/Benchmark/Common.hs
benchmark/lib/Streamly/Benchmark/Common/Handle.hs
benchmark/NanoBenchmarks.hs
benchmark/Streamly/Benchmark/Data/Array.hs
benchmark/Streamly/Benchmark/Data/ParserK.hs
benchmark/Streamly/Benchmark/Data/Stream/StreamK.hs
benchmark/Streamly/Benchmark/Data/Unfold.hs
benchmark/Streamly/Benchmark/FileSystem/Handle.hs
Loading
Loading