45c1cbdfd5
- Introduce SourceT, which is simple variant of "correct `ListT`". There are another variants possible (like in `streaming`), but I'm not sure there's much real difference. - Introduce `Codensity`. There's a flag if people don't want to depend on `kan-extensions`. - `StreamGenerator` and `ResultStream` are both `SourceT`. `Stream` combinator in `servant-client` uses `Codensity` for CPS. - Add servant-machines, servant-conduit, servant-pipes - Add streaming cookbook: just code, no explanations. - Add a script to run streaming 'benchmarks'
270 B
270 B
0.10
EncodeOpts
andDecodeOpts
merged into justEncodeOpts
.- Add
TabSeparatedOpts
fortext/tab-separated-values
.
0.9
- Refactorerd
CSV
' type.
0.8
- Removed DefaultEncodeOpts and DefaultDecodeOpts in favor of a single (new) DefaultOpts