Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ppByteString :: ByteString -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.
ppByteStringLazy :: ByteString -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.
ppShortByteString :: ShortByteString -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.
lazyByteStringMetaDoc :: ByteString -> MetaDoc annprettyprinter-combinators Prettyprinter.MetaDoc No documentation available.
shortByteStringMetaDoc :: ShortByteString -> MetaDoc annprettyprinter-combinators Prettyprinter.MetaDoc No documentation available.
strictByteStringMetaDoc :: ByteString -> MetaDoc annprettyprinter-combinators Prettyprinter.MetaDoc No documentation available.
toByteString :: Write -> ByteStringptr-poker PtrPoker.Write Execute Write, producing strict ByteString.
writeToByteString :: Write -> ByteStringptr-poker PtrPoker.Write Deprecated: Use toByteString instead
anyTillByteString :: (MonadParsec e s m, s ~ ByteString) => m a -> m (Tokens s, a)replace-megaparsec Replace.Megaparsec.Internal.ByteString No documentation available.
sepCapByteString :: (MonadParsec e s m, s ~ ByteString) => m a -> m [Either (Tokens s) a]replace-megaparsec Replace.Megaparsec.Internal.ByteString No documentation available.