Include output

This commit is contained in:
Michael Snoyman 2017-05-26 13:44:07 -06:00
parent a796432a68
commit 4dd72fb79c
No known key found for this signature in database
GPG key ID: A048E8C057E86876

View file

@ -682,11 +682,29 @@ main = runConduit
printC printC
``` ```
* (Output on next slide)
* Don't forget: start downstream when processing! * Don't forget: start downstream when processing!
* Yes, you can deeply nest Conduit components like this * Yes, you can deeply nest Conduit components like this
---- ----
## Output from previous slides
```
"Hello There!"
2
3
4
5
6
7
8
9
10
```
----
## Leftover lessons ## Leftover lessons
* Whenever you use `leftover`, the next monadic bind picks up the * Whenever you use `leftover`, the next monadic bind picks up the