streamly/examples
2017-08-30 14:58:28 +05:30
..
alternative.hs minor fix to alternative example 2017-08-28 06:51:37 +05:30
applicative.hs Fix, delete, move examples 2017-08-24 03:45:29 +05:30
echo-loop.hs Remove stale code, rename the type to AsyncT 2017-08-28 08:05:49 +05:30
listdir.hs rename operators 2017-08-29 11:31:19 +05:30
logged.hs Fix, delete, move examples 2017-08-24 03:45:29 +05:30
loop.hs implement fair interleaving of parallel tasks 2017-08-30 14:58:28 +05:30
map-reduce.hs rename operators 2017-08-29 11:31:19 +05:30
nested-loops.hs Fix examples 2017-08-24 03:07:14 +05:30
parallel-loops.hs remove trailing empty from parallel-loops example 2017-08-28 07:33:47 +05:30
README.md update examples README 2017-08-24 03:08:06 +05:30

You can run the examples using stack like this:

$ stack build
$ stack loop.hs