servant/doc
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
..
cookbook Refactor Stream stuff 2018-11-05 15:48:47 +02:00
tutorial Refactor Stream stuff 2018-11-05 15:48:47 +02:00
Makefile Update doc deps 2018-07-06 11:57:30 +03:00
building-the-docs docs: add documentation on how to build the docs locally 2016-03-19 17:39:59 +08:00
conf.py Update doc deps 2018-07-06 11:57:30 +03:00
examples.md Full website project with servant,auth,elm,yeshql,postgresql 2018-08-29 18:40:57 +02:00
index.rst website/tutorial tweaks 2018-06-12 23:23:24 +03:00
links.rst tutorial: tweak some titles 2016-03-19 17:40:00 +08:00
principles.rst website/tutorial tweaks 2018-06-12 23:23:24 +03:00
requirements.txt Fix typo 2018-07-06 11:59:16 +03:00