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.
unsafeLazyByteStringValue :: ByteString -> AttributeValueblaze-markup Text.Blaze Create an attribute value from a lazy ByteString. See unsafeByteString for reasons why this might not be a good idea.
getUtf8ByteString :: StaticString -> ByteStringblaze-markup Text.Blaze.Internal UTF-8 encoded bytestring
unsafeByteString :: ByteString -> Markupblaze-markup Text.Blaze.Internal Insert a ByteString. This is an unsafe operation:
- The ByteString could have the wrong encoding.
- The ByteString might contain illegal HTML characters (no escaping is done).
unsafeByteStringComment :: ByteString -> Markupblaze-markup Text.Blaze.Internal Create a comment from a ByteString value. The text should not contain "--". This is not checked by the library.
unsafeByteStringValue :: ByteString -> AttributeValueblaze-markup Text.Blaze.Internal Create an attribute value from a ByteString. See unsafeByteString for reasons why this might not be a good idea.
unsafeLazyByteString :: ByteString -> Markupblaze-markup Text.Blaze.Internal Insert a lazy ByteString. See unsafeByteString for reasons why this is an unsafe operation.
unsafeLazyByteStringComment :: ByteString -> Markupblaze-markup Text.Blaze.Internal Create a comment from a ByteString value. The text should not contain "--". This is not checked by the library.
unsafeLazyByteStringValue :: ByteString -> AttributeValueblaze-markup Text.Blaze.Internal Create an attribute value from a lazy ByteString. See unsafeByteString for reasons why this might not be a good idea.
renderHtmlToByteStringIO :: (ByteString -> IO ()) -> Markup -> IO ()blaze-markup Text.Blaze.Renderer.Utf8 Deprecated: Use renderMarkupToByteStringIO from Text.Blaze.Html.Renderer.Utf8 instead
renderMarkupToByteStringIO :: (ByteString -> IO ()) -> Markup -> IO ()blaze-markup Text.Blaze.Renderer.Utf8 Repeatedly render HTML to a buffer and process this buffer using the given IO action.