streamly-0.9.0: docs/Developer/related-packages.md
# Related Haskell Libraries
This document lists some notable libraries in the areas covered by Streamly.
## Lists
* https://hackage.haskell.org/package/base
* http://hackage.haskell.org/package/dlist
## Non-determinism
* https://hackage.haskell.org/package/pipes
* https://hackage.haskell.org/package/list-t
* https://hackage.haskell.org/package/list-transformer
* https://hackage.haskell.org/package/logict
* https://hackage.haskell.org/package/transformers-0.5.4.0/docs/Control-Monad-Trans-Select.html
* http://hackage.haskell.org/package/freer-effects NonDet effects
## Streaming
* https://hackage.haskell.org/package/vector
* https://hackage.haskell.org/package/streams
* https://hackage.haskell.org/package/simple-conduit
* https://hackage.haskell.org/package/streaming
* http://hackage.haskell.org/package/streaming-concurrency
* https://hackage.haskell.org/package/streaming-eversion
* https://hackage.haskell.org/package/conduit
* https://hackage.haskell.org/package/stm-conduit
* https://hackage.haskell.org/package/pipes
* http://hackage.haskell.org/package/pipes-group
* https://hackage.haskell.org/package/pipes-async
* https://hackage.haskell.org/package/pipes-concurrency
* https://hackage.haskell.org/package/pipes-interleave
* https://hackage.haskell.org/package/machines
* https://hackage.haskell.org/package/concurrent-machines
* http://hackage.haskell.org/package/io-streams
## Concurrency
* http://hackage.haskell.org/package/parallel
* http://hackage.haskell.org/package/monad-par
* https://hackage.haskell.org/package/async
* https://hackage.haskell.org/package/haxl
* https://hackage.haskell.org/package/fraxl
* https://hackage.haskell.org/package/free-concurrent
* https://hackage.haskell.org/package/transient
## Distributed
* https://hackage.haskell.org/package/transient-universe
* https://hackage.haskell.org/package/cloud-haskell
* https://hackage.haskell.org/package/distributed-process
## FRP
* https://hackage.haskell.org/package/reactive-banana
* https://hackage.haskell.org/package/Yampa
* https://hackage.haskell.org/package/reflex
* https://hackage.haskell.org/package/frpnow
* https://hackage.haskell.org/package/dunai
* https://hackage.haskell.org/package/bearriver
## Web
* https://hackage.haskell.org/package/axiom
* https://hackage.haskell.org/package/reflex-dom
## Folds
* https://hackage.haskell.org/package/foldl
* https://hackage.haskell.org/package/folds
## Resource Handling
* http://hackage.haskell.org/package/resourcet
* http://hackage.haskell.org/package/pipes-safe
* http://hackage.haskell.org/package/streaming-with
## Events
* https://hackage.haskell.org/package/event-list