aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3e00fa..82f8259 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ though `decodeUtf8` will then not exist.
11 hi<Return> 11 hi<Return>
12 hi 12 hi
13 quit<Return> 13 quit<Return>
14 >>> runSafeT $ runEffect $ readFile "README.md" >-> map toUpper >-> hoist lift stdout 14 >>> runSafeT $ runEffect $ readFile "README.md" >-> toUpper >-> hoist lift stdout
15 TEXT-PIPES 15 TEXT-PIPES
16 ========== 16 ==========
17 ... \ No newline at end of file 17 ... \ No newline at end of file