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. toByteString :: Json -> ByteString

    jsonifier Jsonifier

    Render a JSON value into strict bytestring.

  2. mkFastStringByteString :: ByteString -> FastString

    liquidhaskell-boot Liquid.GHC.API

    Create a FastString by copying an existing ByteString

  3. sinkByteString :: forall (m :: Type -> Type) o . Monad m => ConduitT Text o m ByteString

    literatex LiterateX

    Consume output lines, returning a ByteString

  4. sinkLazyByteString :: forall (m :: Type -> Type) o . Monad m => ConduitT Text o m ByteString

    literatex LiterateX

    Consume output lines, returning a lazy ByteString

  5. sourceByteString :: forall (m :: Type -> Type) i . Monad m => ByteString -> ConduitT i Text m ()

    literatex LiterateX

    Produce input lines from a ByteString source

  6. sourceLazyByteString :: forall (m :: Type -> Type) i . Monad m => ByteString -> ConduitT i Text m ()

    literatex LiterateX

    Produce input lines from a lazy ByteString source

  7. class IsByteString t

    microlens-ghc Lens.Micro.GHC.Internal

    No documentation available.

  8. netRcToByteString :: NetRc -> ByteString

    netrc Network.NetRc

    Format NetRc into a ByteString This is currently just a convenience wrapper around netRcToBuilder

  9. parseByteString :: ByteString -> Maybe OpenTelemetryEventlogEvent

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

  10. toByteString :: TextBuilder -> ByteString

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

Page 79 of many | Previous | Next