diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-03-01 21:06:44 -0500 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-03-01 21:06:44 -0500 |
commit | e1ed9621af63de22515a6b33bc78bb56daea4c29 (patch) | |
tree | 58e9966c15a9019e10b6e78bbcb1707cf1b0e1cf /Pipes/Text | |
parent | 80a490ef5673cd22586215732bf8f596437e8f59 (diff) | |
download | text-pipes-e1ed9621af63de22515a6b33bc78bb56daea4c29.tar.gz text-pipes-e1ed9621af63de22515a6b33bc78bb56daea4c29.tar.zst text-pipes-e1ed9621af63de22515a6b33bc78bb56daea4c29.zip |
documentation nonsense
Diffstat (limited to 'Pipes/Text')
-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 |