From: Simon Marlow Date: Tue, 29 Jun 2010 12:26:08 +0000 (+0000) Subject: doc wibble X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d5f196032673dd07951214ce53c84a904da6eb65;hp=0001f92b790079cec9df03c2229d6f39268f60af;p=ghc-base.git doc wibble --- 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. --