Module

Emmet.Eval

Package
purescript-emmet
Repository
kRITZCREEK/purescript-emmet

#HtmlBuilderF Source

data HtmlBuilderF a

Constructors

Instances

#Node Source

type Node a = { attributes :: List HtmlAttribute, children :: List a, name :: String }

#mapNode Source

mapNode :: forall b a. (List a -> List b) -> Node a -> Node b