CurryInfo: html2-3.5.0 / HTML.Base.block

definition:
block :: HTML h => [h] -> h
block = hStruct "div"
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Joins a list of HTML elements into a block.
--- A line break is placed before and after these elements.
--- @param hexps - list of HTML expressions
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
block
precedence:
no precedence defined
result-values:
_
signature:
HTML a => [a] -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms