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 Iri.Rendering.
ByteString No documentation available.
module Test.LeanCheck.Instances.
ByteString Instances of Listable for ByteString.
module Control.Lens.Regex.
ByteString No documentation available.
-
pipes-binary Pipes.Binary 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.
-
protobuf-simple Data.ProtoBufInt 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.
-
rawfilepath Data.ByteString.RawFilePath 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 Replace.Attoparsec.
ByteString Replace.Attoparsec is for finding text patterns, and also replacing or splitting on the found patterns. This activity is traditionally done with regular expressions, but Replace.Attoparsec uses Data.Attoparsec parsers instead for the pattern matching. Replace.Attoparsec can be used in the same sort of “pattern capture” or “find all” situations in which one would use Python re.findall, or Perl m//, or Unix grep. Replace.Attoparsec can be used in the same sort of “stream editing” or “search-and-replace” situations in which one would use Python re.sub, or Perl s///, or Unix sed, or awk. Replace.Attoparsec can be used in the same sort of “string splitting” situations in which one would use Python re.split or Perl split. See the replace-attoparsec package README for usage examples.
module Streamly.External.
ByteString No documentation available.
module Text.Sundown.Html.
ByteString sanely. Use Text.Sundown.Html.String or Text.Sundown.Html.Text so that you won't have to worry about text encoding. If you really want to use ByteStrings directly, make sure that they are UTF-8.
-
classy-prelude-yesod ClassyPrelude.Yesod 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.