Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fromLazyUtf8As :: Textual α => p α -> ByteString -> Maybe α

    data-textual Data.Textual

    Provide a hint for the type system when using fromLazyUtf8.

  2. parseLazyAscii :: Textual α => ByteString -> Parsed α

    data-textual Data.Textual

    Decode and parse a lazy ASCII ByteString to extract the Textual value.

  3. parseLazyAsciiAs :: Textual α => ByteString -> Parsed α

    data-textual Data.Textual

    Provide a hint for the type system when using parseLazyAscii.

  4. parseLazyText :: Textual α => Text -> Parsed α

    data-textual Data.Textual

    Parse a lazy Text to extract the Textual value.

  5. parseLazyTextAs :: Textual α => p α -> Text -> Parsed α

    data-textual Data.Textual

    Provide a hint for the type system when using parseLazyText.

  6. parseLazyUtf8 :: Textual α => ByteString -> Parsed α

    data-textual Data.Textual

    Decode and parse a lazy UTF-8 ByteString to extract the Textual value.

  7. parseLazyUtf8As :: Textual α => p α -> ByteString -> Parsed α

    data-textual Data.Textual

    Provide a hint for the type system when using parseLazyUtf8.

  8. toLazyAscii :: Printable α => α -> ByteString

    data-textual Data.Textual

    A shorthand for buildLazyAscii . print.

  9. toLazyText :: Printable α => α -> Text

    data-textual Data.Textual

    A shorthand for buildLazyText . print.

  10. toLazyUtf8 :: Printable α => α -> ByteString

    data-textual Data.Textual

    A shorthand for buildLazyUtf8 . print.

Page 3 of many | Previous | Next