@hackage list-transformer1.1.1
List monad transformer
Installation
Dependencies (4)
- base >=4.5 && <5
- mmorph >=1.1.3 && <1.3
- mtl >=2.1 && <2.4
- semigroups >=0.18 && <0.19 Show all…
Dependents (6)
@hackage/sockets-and-pipes, @hackage/transformers-eff, @hackage/dunai, @hackage/planet-mitchell, @hackage/streaming-benchmarks, @hackage/conduino
This library provides a list monad transformer that enriches lists with effects and streams efficiently in constant space.
This library also has an extensive tutorial in the
List.Transformer module which explains the motivation
behind this type and how to use the type fluently.