Module

Oak.Html

Package
purescript-oak
Repository
ehrenmurdick/purescript-oak

#Html Source

data Html msg

Constructors

Instances

#root Source

root :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Html msg

#empty Source

empty :: forall msg. Writer (Array (Html msg)) Unit

#text Source

text :: forall msg a. Present a => a -> Writer (Array (Html msg)) Unit

#mkTagFn Source

mkTagFn :: forall msg. String -> Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#a Source

a :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#abbr Source

abbr :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#address Source

address :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#area Source

area :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#article Source

article :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#aside Source

aside :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#audio Source

audio :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#b Source

b :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#bdi Source

bdi :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#bdo Source

bdo :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#big Source

big :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#blockquote Source

blockquote :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#br Source

br :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#button Source

button :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#canvas Source

canvas :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#caption Source

caption :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#center Source

center :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#cite Source

cite :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#code Source

code :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#col Source

col :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#colgroup Source

colgroup :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#data_ Source

data_ :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#datalist Source

datalist :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#dd Source

dd :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#del Source

del :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#details Source

details :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#dfn Source

dfn :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#dialog Source

dialog :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#dir Source

dir :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#div Source

div :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#dl Source

dl :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#dt Source

dt :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#em Source

em :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#fieldset Source

fieldset :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#figcaption Source

figcaption :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#figure Source

figure :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#font Source

font :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#footer Source

footer :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#form Source

form :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#h1 Source

h1 :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#h2 Source

h2 :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#h3 Source

h3 :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#h4 Source

h4 :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#h5 Source

h5 :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#h6 Source

h6 :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#header Source

header :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#hr Source

hr :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#i Source

i :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#img Source

img :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#input Source

input :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#ins Source

ins :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#kbd Source

kbd :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#label Source

label :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#legend Source

legend :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#li Source

li :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#main Source

main :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#map_ Source

map_ :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#mark Source

mark :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#menu Source

menu :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#menuitem Source

menuitem :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#meter Source

meter :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#nav Source

nav :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#ol Source

ol :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#optgroup Source

optgroup :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#option Source

option :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#output Source

output :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#p Source

p :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#picture Source

picture :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#pre Source

pre :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#progress Source

progress :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#q Source

q :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#rp Source

rp :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#rt Source

rt :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#ruby Source

ruby :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#s Source

s :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#samp Source

samp :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#section Source

section :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#select Source

select :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#small Source

small :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#source Source

source :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#span Source

span :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#strike Source

strike :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#strong Source

strong :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#sub Source

sub :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#summary Source

summary :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#sup Source

sup :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#svg Source

svg :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#table Source

table :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#tbody Source

tbody :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#td Source

td :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#template Source

template :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#textarea Source

textarea :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#tfoot Source

tfoot :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#th Source

th :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#thead Source

thead :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#time Source

time :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#tr Source

tr :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#track Source

track :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#tt Source

tt :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#u Source

u :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#ul Source

ul :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#var Source

var :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#video Source

video :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit

#wbr Source

wbr :: forall msg. Array (Attribute msg) -> Writer (Array (Html msg)) Unit -> Writer (Array (Html msg)) Unit