diff --git a/reveal/conduit-yesod.md b/reveal/conduit-yesod.md index a4f3eef..80bf790 100644 --- a/reveal/conduit-yesod.md +++ b/reveal/conduit-yesod.md @@ -682,11 +682,29 @@ main = runConduit printC ``` +* (Output on next slide) * Don't forget: start downstream when processing! * 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 * Whenever you use `leftover`, the next monadic bind picks up the