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. unjsonToByteStringBuilder'' :: Int -> Options -> UnjsonDef a -> a -> Builder

    unjson Data.Unjson

    Given a definition of a value and a value produce a Builder. Useful when JSON serialization is a part of a bigger serialization function.

  2. unjsonToByteStringLazy :: UnjsonDef a -> a -> ByteString

    unjson Data.Unjson

    Given a definition of a value and a value produce a ByteString. Example:

    let v = Thing { ... }
    let utf8bsrep = unjsonToByteStringLazy unjsonThing v
    

  3. unjsonToByteStringLazy' :: Options -> UnjsonDef a -> a -> ByteString

    unjson Data.Unjson

    Given a definition of a value and a value produce a ByteString. Also takes formatting Options. Example:

    let v = Thing { ... }
    let utf8bsrep = unjsonToByteStringLazy' options unjsonThing v
    

  4. package uri-bytestring-aeson

    Aeson instances for URI Bytestring Aeson instances for URI Bytestring

  5. requestBodyToByteString :: RequestBody -> IO LazyByteString

    vcr WebMock.Util

    No documentation available.

  6. indexedCursorFromByteString :: ByteString -> Either SomeException IndexedCursor

    xml-indexed-cursor Text.XML.Cursor.Indexed

    Similar to indexedCursorFromByteString_ but uses parseLBS instead of parseLBS_.

  7. indexedCursorFromByteStringWithOpts :: ParseSettings -> ByteString -> Either SomeException IndexedCursor

    xml-indexed-cursor Text.XML.Cursor.Indexed

    Similar to indexedCursorFromByteString but also takes ParseSettings.

  8. indexedCursorFromByteStringWithOpts_ :: ParseSettings -> ByteString -> IndexedCursor

    xml-indexed-cursor Text.XML.Cursor.Indexed

    Similar to indexedCursorFromByteString_ but also takes ParseSettings.

  9. indexedCursorFromByteString_ :: ByteString -> IndexedCursor

    xml-indexed-cursor Text.XML.Cursor.Indexed

    This reads a Document from a ByteString with parseLBS_, and then converts that Document to an IndexedCursor.

  10. parseByteString :: Element a -> ByteString -> Either Text a

    xml-parser XmlParser

    Parse XML bytestring.

Page 110 of many | Previous | Next