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. newtype LByteStringAsText

    tomland Toml.Codec.Generic

    Newtype wrapper over lazy ByteString to be used for text values.

  2. LByteStringAsText :: ByteString -> LByteStringAsText

    tomland Toml.Codec.Generic

    No documentation available.

  3. unByteStringAsBytes :: ByteStringAsBytes -> ByteString

    tomland Toml.Codec.Generic

    No documentation available.

  4. unByteStringAsText :: ByteStringAsText -> ByteString

    tomland Toml.Codec.Generic

    No documentation available.

  5. unLByteStringAsBytes :: LByteStringAsBytes -> ByteString

    tomland Toml.Codec.Generic

    No documentation available.

  6. unLByteStringAsText :: LByteStringAsText -> ByteString

    tomland Toml.Codec.Generic

    No documentation available.

  7. packToByteString :: B -> IO ByteString

    tools-yj Foreign.C.ByteArray

    No documentation available.

  8. useAsFromByteString :: ByteString -> (B -> IO a) -> IO a

    tools-yj Foreign.C.ByteArray

    No documentation available.

  9. unjsonToByteStringBuilder :: UnjsonDef a -> a -> Builder

    unjson Data.Unjson

    Given a definition of a value and a value produce a Builder. Functionally it is the same as unjsonToByteStringLazy but useful if json serialization is a part of some bigger serialization function.

  10. unjsonToByteStringBuilder' :: Options -> UnjsonDef a -> a -> Builder

    unjson Data.Unjson

    Given a definition of a value and a value produce a Builder. Functionally it is the same as unjsonToByteStringLazy but useful if json serialization is a part of some bigger serialization function. Also takes formatting Options.

Page 109 of many | Previous | Next