Safe Haskell | None |
---|---|
Language | Haskell98 |
Synopsis
Internal data types used by the HyperHaskell back-end
to analyze values constructed with the Hyper
module.
Documentation
A graphical representation of data.
html :: Text -> Graphic Source #
Render arbitrary HTML code as a Graphic
.
NOTE: This function does not do check whether the input is well-formed HTML.
NOTE: This function will probably deprecated once we figure out how to do this properly, but for now, just use it.
class Display a where Source #
Class for displaying Haskell values.