servant/doc/tutorial
Oleg Grenrus 45c1cbdfd5 Refactor Stream stuff
- 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'
2018-11-05 15:48:47 +02:00
..
static tutorial: html tweak 2016-03-19 17:40:00 +08:00
test Make Javascript tutorial compile. 2016-08-17 13:37:34 -03:00
.ghci tutorial: updated Javascript.lhs (and wrote some tests for it) 2016-03-19 17:40:00 +08:00
ApiType.lhs Refactor Stream stuff 2018-11-05 15:48:47 +02:00
Authentication.lhs Add link to cookbook example of basic auth (#752) 2018-03-21 04:48:01 +01:00
Client.lhs Refactor Stream stuff 2018-11-05 15:48:47 +02:00
Docs.lhs Make sure tutorial can build 2017-10-09 13:22:54 +11:00
Javascript.lhs website/tutorial tweaks 2018-06-12 23:23:24 +03:00
LICENSE Start tutorial project 2016-03-19 17:39:59 +08:00
Server.lhs Refactor Stream stuff 2018-11-05 15:48:47 +02:00
Setup.hs Start tutorial project 2016-03-19 17:39:59 +08:00
index.rst website/tutorial tweaks 2018-06-12 23:23:24 +03:00
tinc.yaml tutorial: make Javascript.lhs compile 2016-03-19 17:40:00 +08:00
tutorial.cabal Refactor Stream stuff 2018-11-05 15:48:47 +02:00