X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Data%2FByteString%2FLazy%2FChar8.hs;h=fe5eb8012338dba683548b14db67e041d4821f49;hb=955f4d7da12268e4d807d2ac3427774308d9ae56;hp=beec2ba118e72d791f4a85680329a953cc6e3bc8;hpb=93b9a4ab1adffb656b3f65ac5a9ebe89d10adef8;p=ghc-base.git diff --git a/Data/ByteString/Lazy/Char8.hs b/Data/ByteString/Lazy/Char8.hs index beec2ba..fe5eb80 100644 --- a/Data/ByteString/Lazy/Char8.hs +++ b/Data/ByteString/Lazy/Char8.hs @@ -1,18 +1,16 @@ {-# OPTIONS_GHC -cpp -fno-warn-orphans #-} --- +-- | -- Module : Data.ByteString.Lazy.Char8 -- Copyright : (c) Don Stewart 2006 -- License : BSD-style -- -- Maintainer : dons@cse.unsw.edu.au -- Stability : experimental --- Portability : portable (tested with GHC>=6.4.1 and Hugs 2005) --- - +-- Portability : non-portable (imports Data.ByteString.Lazy) -- --- | Manipulate /lazy/ 'ByteString's using 'Char' operations. All Chars will +-- Manipulate /lazy/ 'ByteString's using 'Char' operations. All Chars will -- be truncated to 8 bits. It can be expected that these functions will --- run at identical speeds to their Word8 equivalents in +-- run at identical speeds to their 'Data.Word.Word8' equivalents in -- "Data.ByteString.Lazy". -- -- This module is intended to be imported @qualified@, to avoid name