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.
fromLazyUtf8As :: Textual α => p α -> ByteString -> Maybe αdata-textual Data.Textual Provide a hint for the type system when using fromLazyUtf8.
parseLazyAscii :: Textual α => ByteString -> Parsed αdata-textual Data.Textual Decode and parse a lazy ASCII ByteString to extract the Textual value.
parseLazyAsciiAs :: Textual α => ByteString -> Parsed αdata-textual Data.Textual Provide a hint for the type system when using parseLazyAscii.
parseLazyText :: Textual α => Text -> Parsed αdata-textual Data.Textual parseLazyTextAs :: Textual α => p α -> Text -> Parsed αdata-textual Data.Textual Provide a hint for the type system when using parseLazyText.
parseLazyUtf8 :: Textual α => ByteString -> Parsed αdata-textual Data.Textual Decode and parse a lazy UTF-8 ByteString to extract the Textual value.
parseLazyUtf8As :: Textual α => p α -> ByteString -> Parsed αdata-textual Data.Textual Provide a hint for the type system when using parseLazyUtf8.
toLazyAscii :: Printable α => α -> ByteStringdata-textual Data.Textual A shorthand for buildLazyAscii . print.
toLazyText :: Printable α => α -> Textdata-textual Data.Textual A shorthand for buildLazyText . print.
toLazyUtf8 :: Printable α => α -> ByteStringdata-textual Data.Textual A shorthand for buildLazyUtf8 . print.