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.
renderByteString :: Document a => a -> ByteStringtype-of-html Html Render a html document to a lazy ByteString.
-
type-of-html Html Render a compacted html document to a lazy ByteString.
decodeByteString :: ByteString -> ByteStringuri-encode Network.URI.Encode URI decode a ByteString into a UTF8-encoded ByteString, unicode aware.
encodeByteString :: ByteString -> ByteStringuri-encode Network.URI.Encode URI encode a UTF8-encoded ByteString into a ByteString, unicode aware.
encodeByteStringWith :: (Char -> Bool) -> ByteString -> ByteStringuri-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).
cssByteString :: Css -> ByteStringweb-rep Web.Rep No documentation available.
jsByteString :: Js -> ByteStringweb-rep Web.Rep No documentation available.
-
web-rep Web.Rep.Html.Input Conversion to a ByteString
toByteString :: ToByteString a => a -> ByteStringweb-rep Web.Rep.Html.Input Convert a value to a strict ByteString
cssByteString :: Css -> ByteStringweb-rep Web.Rep.Page No documentation available.