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. ppByteString :: ByteString -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  2. ppByteStringLazy :: ByteString -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  3. ppShortByteString :: ShortByteString -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  4. lazyByteStringMetaDoc :: ByteString -> MetaDoc ann

    prettyprinter-combinators Prettyprinter.MetaDoc

    No documentation available.

  5. shortByteStringMetaDoc :: ShortByteString -> MetaDoc ann

    prettyprinter-combinators Prettyprinter.MetaDoc

    No documentation available.

  6. strictByteStringMetaDoc :: ByteString -> MetaDoc ann

    prettyprinter-combinators Prettyprinter.MetaDoc

    No documentation available.

  7. toByteString :: Write -> ByteString

    ptr-poker PtrPoker.Write

    Execute Write, producing strict ByteString.

  8. writeToByteString :: Write -> ByteString

    ptr-poker PtrPoker.Write

    Deprecated: Use toByteString instead

  9. anyTillByteString :: (MonadParsec e s m, s ~ ByteString) => m a -> m (Tokens s, a)

    replace-megaparsec Replace.Megaparsec.Internal.ByteString

    No documentation available.

  10. sepCapByteString :: (MonadParsec e s m, s ~ ByteString) => m a -> m [Either (Tokens s) a]

    replace-megaparsec Replace.Megaparsec.Internal.ByteString

    No documentation available.

Page 80 of many | Previous | Next