diff options
Diffstat (limited to 'Pipes/Text/IO.hs')
-rw-r--r-- | Pipes/Text/IO.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipes/Text/IO.hs b/Pipes/Text/IO.hs index 627582e..de49c7b 100644 --- a/Pipes/Text/IO.hs +++ b/Pipes/Text/IO.hs | |||
@@ -39,9 +39,9 @@ import Prelude hiding (readFile, writeFile) | |||
39 | 'stdin' and 'stdout'. Some caveats described below. | 39 | 'stdin' and 'stdout'. Some caveats described below. |
40 | 40 | ||
41 | The main points are as in | 41 | The main points are as in |
42 | <https://hackage.haskell.org/package/pipes-bytestring-1.0.0/docs/Pipes-ByteString.html Pipes.ByteString> | 42 | <https://hackage.haskell.org/package/pipes-bytestring-1.0.0/docs/Pipes-ByteString.html Pipes.ByteString>: |
43 | 43 | ||
44 | An 'IO.Handle' can be associated with a 'Producer' or 'Consumer' according | 44 | A 'Handle' can be associated with a 'Producer' or 'Consumer' according |
45 | as it is read or written to. | 45 | as it is read or written to. |
46 | 46 | ||
47 | > import Pipes | 47 | > import Pipes |