X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIO%2FHandle%2FText.hs;h=f05905c1fae90861190437efb8120987bea52baf;hb=d5f196032673dd07951214ce53c84a904da6eb65;hp=0bd3550e3be46d6b168c3829f2db7cbd1d533301;hpb=0001f92b790079cec9df03c2229d6f39268f60af;p=ghc-base.git 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. --