]> git.immae.eu Git - github/fretlink/text-pipes.git/blobdiff - Pipes/Text/IO.hs
Pipes.Text documentation approaching tutorial length
[github/fretlink/text-pipes.git] / Pipes / Text / IO.hs
index 101052b6f643d673964859cf189373f7a82cef83..627582e26be8150e8509c2e70907c23dff434eef 100644 (file)
@@ -33,9 +33,9 @@ import Pipes.Safe (MonadSafe(..), Base(..))
 import Prelude hiding (readFile, writeFile)
 
 {- $textio
-    Where pipes IO replaces lazy IO, @Producer Text m r@ replaces lazy 'Text'. 
+    Where pipes @IO@ replaces lazy @IO@, @Producer Text IO r@ replaces lazy 'Text'. 
     This module exports some convenient functions for producing and consuming 
-    pipes 'Text' in IO, namely, 'readFile', 'writeFile', 'fromHandle', 'toHandle', 
+    pipes 'Text' in @IO@, namely, 'readFile', 'writeFile', 'fromHandle', 'toHandle', 
     'stdin' and 'stdout'.  Some caveats described below. 
     
     The main points are as in