unexceptionalio
foldl
unexceptionalio | foldl | |
---|---|---|
- | 1 | |
28 | 158 | |
- | - | |
0.0 | 4.3 | |
over 4 years ago | 13 days ago | |
Haskell | Haskell | |
LicenseRef-OtherLicense | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unexceptionalio
We haven't tracked posts mentioning unexceptionalio yet.
Tracking mentions began in Dec 2020.
foldl
-
How lazy do push streams need to be?
Re Haskell Foldl: do you mean it doesn't support finite streams? Because the limitation of Foldl is precisely the fact that it is strict and doesn't support early termination. See https://github.com/Gabriella439/foldl/issues/85
What are some alternatives?
safe-exceptions - Safe, consistent, and easy exception handling
ReplicateEffects - Composable replication schemes of applicative functors in Haskell
monad-validate - (NOTE: REPOSITORY MOVED TO NEW OWNER: https://github.com/lexi-lambda/monad-validate) A Haskell monad transformer library for data validation
foldl-incremental
these - An either-or-both data type, with corresponding hybrid error/writer monad transformer.
concurrent-state
throwable-exceptions - Give the exception's value constructors for your haskell project
parallel - a library for parallel programming
fused-effects - A fast, flexible, fused effect system for Haskell
foldl-exceptions - Exception handling with FoldM
monad-time
effin - A Typeable-free implementation of extensible effects