Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Heist.Splices.Html
Documentation
htmlImpl :: Monad n => Splice n Source #
The html splice runs all children and then traverses the returned node forest removing all head nodes. Then it merges them all and prepends it to the html tag's child list.
Arguments
:: Node | The root (html) node |
-> ([Node], Maybe Node) | A tuple of a list of head nodes and the original tree with heads removed. |
Extracts all heads from a node tree.