CurryInfo: html2-3.5.0 / HTML.Base.inline

definition:
inline :: HTML h => [h] -> h
inline = hStruct "span"
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Joins a list of HTML elements into a single HTML element.
--- Although this construction has no rendering, it is sometimes useful
--- for programming when several HTML elements must be put together.
--- @param hexps - list of HTML expressions
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
inline
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