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'
34 lines
389 B
Text
34 lines
389 B
Text
**/*/dist
|
|
dist-newstyle
|
|
.ghc.environment.*
|
|
/bin
|
|
/lib
|
|
/share
|
|
/packages
|
|
*-packages.conf.d
|
|
cabal-dev
|
|
add-source-timestamps
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.virtualenv
|
|
.hpc
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
Setup
|
|
.stack-work
|
|
doc/_build
|
|
doc/venv
|
|
doc/tutorial/static/api.js
|
|
doc/tutorial/static/jq.js
|
|
|
|
# local versions of things
|
|
servant-multipart
|