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.

  1. parseByteStringWith :: Parser a -> ByteString -> a

    elynx-tools ELynx.Tools.InputOutput

    Parse a ByteString and extract the result.

  2. PersistByteString :: ByteString -> PersistValue

    esqueleto Database.Esqueleto

    No documentation available.

  3. PersistByteString :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  4. PersistByteString :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  5. unsafeSpanToByteString :: forall (st :: ZeroBitType) e . Span -> ParserT st e ByteString

    flatparse 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.

  6. withByteString :: forall (st :: ZeroBitType) e a b . ParserT st e a -> (a -> ByteString -> ParserT st e b) -> ParserT st e b

    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.

  7. unsafeSpanToByteString :: forall (st :: ZeroBitType) r e . Span -> ParserT st r e ByteString

    flatparse 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.

  8. withByteString :: forall (st :: ZeroBitType) r e a b . ParserT st r e a -> (a -> ByteString -> ParserT st r e b) -> ParserT st r e b

    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.

  9. mkByteStringCLit :: forall (raw :: Bool) info stmt . CLabel -> ByteString -> (CmmLit, GenCmmDecl (GenCmmStatics raw) info stmt)

    ghc-lib-parser GHC.Cmm.Utils

    We make a top-level decl for the string, and return a label pointing to it

  10. fastStringToByteString :: FastString -> ByteString

    ghc-lib-parser GHC.Data.FastString

    Deprecated: Use bytesFS instead

Page 55 of many | Previous | Next