Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module System.Posix.Temp.
ByteString POSIX temporary file and directory creation functions.
module System.Posix.Terminal.
ByteString POSIX Terminal support
module System.Posix.User.
ByteString POSIX user/group support
module Test.QuickCheck.Instances.
ByteString No documentation available.
-
gogol-core Gogol.Prelude A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.
-
utf8-string Data.ByteString.Lazy.UTF8 A space-efficient representation of a Word8 vector, supporting many efficient operations. A LazyByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Lazy.Char8 it can be interpreted as containing 8-bit characters.
-
utf8-string Data.ByteString.UTF8 A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.
module Blaze.ByteString.Builder.
ByteString Writes and Builders for strict and lazy bytestrings. We assume the following qualified imports in order to differentiate between strict and lazy bytestrings in the code examples.
import qualified Data.ByteString as S import qualified Data.ByteString.Lazy as L
-
No documentation available.
ByteString :: ByteString -> ChoiceStringblaze-markup Text.Blaze.Internal An encoded bytestring