From 80a490ef5673cd22586215732bf8f596437e8f59 Mon Sep 17 00:00:00 2001 From: michaelt Date: Tue, 25 Feb 2014 01:12:15 -0500 Subject: Pipes.Text documentation approaching tutorial length --- Pipes/Text/IO.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Pipes/Text') diff --git a/Pipes/Text/IO.hs b/Pipes/Text/IO.hs index 101052b..627582e 100644 --- a/Pipes/Text/IO.hs +++ b/Pipes/Text/IO.hs @@ -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 -- cgit v1.2.3