From 4dd72fb79cc9eab76e677ac54e26751d0c22d9f2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 26 May 2017 13:44:07 -0600 Subject: [PATCH] Include output --- reveal/conduit-yesod.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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