Module

Emmet

Package
purescript-emmet
Repository
kRITZCREEK/purescript-emmet

Re-exports from Emmet.Eval

#Node Source

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

#HtmlBuilderF Source

data HtmlBuilderF a

Constructors

Instances

#mapNode Source

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

Re-exports from Emmet.Parser

#EmmetParser Source

#fromCharList Source

fromCharList :: forall f. Foldable f => f Char -> String

Re-exports from Emmet.Types

#Emmet Source

type Emmet = Nu EmmetF

#Attribute Source

data Attribute

Constructors

Instances

#sibling Source

#multiplication Source

#child Source