render -package:prettyprinter

Render the Doc to a String using the default Style (see style).
Render the Doc to a String using the default Style (see style).
Render a tree of strings.
Renders a template as text/html. If the given template is not found, this returns empty.
Renders a compiled template as text/html. If the given template is not found, this returns empty.
Render should be used for prettyprinting URIs.
Draw the renderable with a rectangle, which covers the origin to a given point. The resulting "pick" function maps a point in the image to a value.
This widget's rendering function
Given a token representing the backend and a transformable object, render it in the appropriate rendering context.
Render a given URI value as strict Text.
Render a Box as a String, suitable for writing to the screen or a file.
Generic render function for a StringTemplate of any type.
Render the document as a single string. An inverse of the function literal.
render (literal "al" <> literal "ga") :: (IsString s, Monoid s) => s
render (literal "al" <> literal "ga") == "alga"
render mempty                         == mempty
render . literal                      == id
Render a Hoogle search result into an output format.
Render a stylesheet with the default configuration. The pretty printer is used by default.
Prepare a value for substitution into a query string.
Prepare a value for substitution into a query string.
Render a table according to common options, for backwards compatibility
Render a document given a maximum width.