Module

Halogen.HTML.Elements.Keyed

#article

article :: forall p i. KeyedNode HTMLarticle p i

#article_

article_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#colgroup

colgroup :: forall p i. KeyedNode HTMLcolgroup p i

#colgroup_

colgroup_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#dialog

dialog :: forall p i. KeyedNode HTMLdialog p i

#dialog_

dialog_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#div

div :: forall p i. KeyedNode HTMLdiv p i

#div_

div_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#dl

dl :: forall p i. KeyedNode HTMLdl p i

#dl_

dl_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#fieldset

fieldset :: forall p i. KeyedNode HTMLfieldset p i

#fieldset_

fieldset_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#footer

footer :: forall p i. KeyedNode HTMLfooter p i

#footer_

footer_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#form

form :: forall p i. KeyedNode HTMLform p i

#form_

form_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#header

header :: forall p i. KeyedNode HTMLheader p i

#header_

header_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#menu

menu :: forall p i. KeyedNode HTMLmenu p i

#menu_

menu_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#ol

ol :: forall p i. KeyedNode HTMLol p i

#ol_

ol_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#table

table :: forall p i. KeyedNode HTMLtable p i

#table_

table_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#tbody

tbody :: forall p i. KeyedNode HTMLtbody p i

#tbody_

tbody_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#tfoot

tfoot :: forall p i. KeyedNode HTMLtfoot p i

#tfoot_

tfoot_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#thead

thead :: forall p i. KeyedNode HTMLthead p i

#thead_

thead_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#tr

tr :: forall p i. KeyedNode HTMLtr p i

#tr_

tr_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

#ul

ul :: forall p i. KeyedNode HTMLul p i

#ul_

ul_ :: forall p i. Array (Tuple String (HTML p i)) -> HTML p i

Modules