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. unsafeBuilderToByteString :: forall (m :: Type -> Type) . PrimMonad m => ConduitT Builder ByteString m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Incrementally execute builders on the given buffer and pass on the filled chunks as bytestrings. Note that, if the given buffer is too small for the execution of a build step, a larger one will be allocated. WARNING: This conduit yields bytestrings that are NOT referentially transparent. Their content will be overwritten as soon as control is returned from the inner sink!

  2. mkSymbolNameShortByteString :: ShortByteString -> SymbolName

    emacs-module Data.Emacs.Module.SymbolName

    No documentation available.

  3. extractShortByteString :: forall (s :: k) . (MonadEmacs m v, WithCallStack) => v s -> m s ShortByteString

    emacs-module Emacs.Module

    Extract string contents from an Emacs value as utf8-encoded short bytestring.

  4. extractShortByteString :: forall (s :: k) . (MonadEmacs m v, WithCallStack) => v s -> m s ShortByteString

    emacs-module Emacs.Module.Monad.Class

    Extract string contents from an Emacs value as utf8-encoded short bytestring.

  5. newByteStringCLit :: ByteString -> FCode CmmLit

    ghc-lib GHC.StgToCmm.Lit

    No documentation available.

  6. fromByteString :: ByteString -> Maybe T

    iff Data.IFF

    No documentation available.

  7. toByteString :: T -> ByteString

    iff Data.IFF

    No documentation available.

  8. data CTCPByteString

    irc-ctcp Network.IRC.CTCP

    Type representing a CTCP-encoded bytestring.

  9. getUnderlyingByteString :: CTCPByteString -> ByteString

    irc-ctcp Network.IRC.CTCP

    Get the underlying (encoded) bytestring from a CTCP bytestring.

  10. type IsByteString s = (ToDOMString s, FromDOMString s)

    jsaddle-dom JSDOM.Types

    No documentation available.

Page 113 of many | Previous | Next