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. writeLazyByteString :: FsRoot root => Path root -> ByteString -> IO ()

    hackage-security Hackage.Security.Util.Path

    No documentation available.

  2. writeStrictByteString :: FsRoot root => Path root -> ByteString -> IO ()

    hackage-security Hackage.Security.Util.Path

    No documentation available.

  3. ImageByteString :: ByteString -> ImageContent

    mime-mail Network.Mail.Mime

    No documentation available.

  4. allAsByteString :: TextParser ByteString

    polyparse Text.Parse.ByteString

    Simply return the remaining input ByteString.

  5. secureMemFromByteString :: ByteString -> SecureMem

    securemem Data.SecureMem

    Create a SecureMem from a bytestring

  6. sampleByteString :: forall ct (cts :: [Type]) a . (ToSample a, AllMimeRender (ct ': cts) a) => Proxy (ct ': cts) -> Proxy a -> [(MediaType, ByteString)]

    servant-docs Servant.Docs

    Synthesise a sample value of a type, encoded in the specified media types.

  7. sampleByteStrings :: forall ct (cts :: [Type]) a . (ToSample a, AllMimeRender (ct ': cts) a) => Proxy (ct ': cts) -> Proxy a -> [(Text, MediaType, ByteString)]

    servant-docs Servant.Docs

    Synthesise a list of sample values of a particular type, encoded in the specified media types.

  8. sampleByteString :: forall ct (cts :: [Type]) a . (ToSample a, AllMimeRender (ct ': cts) a) => Proxy (ct ': cts) -> Proxy a -> [(MediaType, ByteString)]

    servant-docs Servant.Docs.Internal

    Synthesise a sample value of a type, encoded in the specified media types.

  9. sampleByteStrings :: forall ct (cts :: [Type]) a . (ToSample a, AllMimeRender (ct ': cts) a) => Proxy (ct ': cts) -> Proxy a -> [(Text, MediaType, ByteString)]

    servant-docs Servant.Docs.Internal

    Synthesise a list of sample values of a particular type, encoded in the specified media types.

  10. parseByteString :: Parser a -> Delta -> ByteString -> Result a

    trifecta Text.Trifecta.Parser

    Fully parse a ByteString to a Result. parseByteString p delta i runs a parser p on i.

Page 58 of many | Previous | Next