streamly icon indicating copy to clipboard operation
streamly copied to clipboard

High performance, concurrent functional programming abstractions

Results 258 streamly issues
Sort by recently updated
recently updated
newest added

See .hlint.ignore. We need to fix all the files ignored for `core/` directory.

* Need to change benchmark/* * benchmark/bench-runner/* * targets/* Also change tests if any.

We did not include these earlier thinking that we would directly use unfolds. But on second thoughts I am thinking that we should only recommend using the stream API in...

In all internal modules except: * IsStream/* In all released modules except: * Streamly.Prelude

Instead of users importing Internal modules we can just expose all the experimental APIs and mark them Unstable using an annotation (they are already marked as pre-release, do we need...