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.
parseByteStringWith :: Parser a -> ByteString -> aelynx-tools ELynx.Tools.InputOutput Parse a ByteString and extract the result.
PersistByteString :: ByteString -> PersistValueesqueleto Database.Esqueleto No documentation available.
PersistByteString :: ByteString -> PersistValueesqueleto Database.Esqueleto.Experimental No documentation available.
PersistByteString :: ByteString -> PersistValueesqueleto Database.Esqueleto.Legacy No documentation available.
unsafeSpanToByteString :: forall (st :: ZeroBitType) e . Span -> ParserT st e ByteStringflatparse FlatParse.Basic Create a ByteString from a Span. The result is invalid if the Span points outside the current buffer, or if the Span start is greater than the end position.
-
flatparse FlatParse.Basic CPS'd version of byteStringOf. Can be more efficient, because the result is more eagerly unboxed by GHC. It's more efficient to use spanOf or withSpan instead.
unsafeSpanToByteString :: forall (st :: ZeroBitType) r e . Span -> ParserT st r e ByteStringflatparse FlatParse.Stateful Create a ByteString from a Span. The result is invalid if the Span points outside the current buffer, or if the Span start is greater than the end position.
-
flatparse FlatParse.Stateful CPS'd version of byteStringOf. Can be more efficient, because the result is more eagerly unboxed by GHC. It's more efficient to use spanOf or withSpan instead.
-
ghc-lib-parser GHC.Cmm.Utils We make a top-level decl for the string, and return a label pointing to it
fastStringToByteString :: FastString -> ByteStringghc-lib-parser GHC.Data.FastString Deprecated: Use bytesFS instead