From d5f196032673dd07951214ce53c84a904da6eb65 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 29 Jun 2010 12:26:08 +0000 Subject: [PATCH 1/1] doc wibble --- GHC/IO/Handle/Text.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/GHC/IO/Handle/Text.hs b/GHC/IO/Handle/Text.hs index 0bd3550..f05905c 100644 --- a/GHC/IO/Handle/Text.hs +++ b/GHC/IO/Handle/Text.hs @@ -73,6 +73,7 @@ import GHC.List -- This operation may fail with: -- -- * 'isEOFError' if the end of file has been reached. +-- -- * a decoding error, if the input begins with an invalid byte sequence -- in this Handle's encoding. -- -- 1.7.10.4