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. renderByteString :: Document a => a -> ByteString

    type-of-html Html

    Render a html document to a lazy ByteString.

  2. renderCompactByteString :: forall (a :: [Symbol]) . Retrievable a => CompactHTML a -> Retrieve ByteString a

    type-of-html Html

    Render a compacted html document to a lazy ByteString.

  3. decodeByteString :: ByteString -> ByteString

    uri-encode Network.URI.Encode

    URI decode a ByteString into a UTF8-encoded ByteString, unicode aware.

  4. encodeByteString :: ByteString -> ByteString

    uri-encode Network.URI.Encode

    URI encode a UTF8-encoded ByteString into a ByteString, unicode aware.

  5. encodeByteStringWith :: (Char -> Bool) -> ByteString -> ByteString

    uri-encode Network.URI.Encode

    URI encode a UTF8-encoded 'ByteString into a ByteString, unicode aware, using the predicate to decide which characters are escaped (False means escape).

  6. cssByteString :: Css -> ByteString

    web-rep Web.Rep

    No documentation available.

  7. jsByteString :: Js -> ByteString

    web-rep Web.Rep

    No documentation available.

  8. class ToByteString a

    web-rep Web.Rep.Html.Input

    Conversion to a ByteString

  9. toByteString :: ToByteString a => a -> ByteString

    web-rep Web.Rep.Html.Input

    Convert a value to a strict ByteString

  10. cssByteString :: Css -> ByteString

    web-rep Web.Rep.Page

    No documentation available.

Page 83 of many | Previous | Next