Text.Html.Nice.FreeMonad

Markup

data Markup n a

data FastMarkup a

runMarkup

Compiling

compile

Rendering

Rendering through some monad

renderM

renderMs

Pure rendering

render

data Identity a

Util

toLazyText

Special HTML elements

doctype

Basic node types

node

data Attr a

attr

empty

Text types

text

lazyText

builder

unescape

string

Dynamic nodes

dynamic

hole

embed

Sequential nodes

nodes

branch

Streamed dynamic nodes

stream

Combinators

sub

Useful exports

Useful Builder functions

decimal

realFloat

fromText

fromString

fromLazyText

Text builder

data Builder

Void type

data Void