Safe Haskell | None |
---|---|
Language | Haskell98 |
Synopsis
Visualizing and representing Haskell values in the HyperHaskell interpreter.
Graphics
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.
Display class
class Display a where Source #
Class for displaying Haskell values.