CurryInfo: html2-3.5.0 / HTML.Base.addPageBody

definition:
addPageBody :: HtmlPage -> [BaseHtml] -> HtmlPage
addPageBody (HtmlPage title params hexps) morehexps =
  HtmlPage title params (hexps ++ morehexps)
addPageBody hpage@(HtmlAnswer _ _) _ = hpage
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Adds a list of HTML expressions to the body of an HTML page.
--- @param page - a page
--- @param hexps - HTML expressions added at the end of the page's body
--- @return an HTML page
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({HtmlPage},_) |-> {HtmlPage} || ({HtmlAnswer},_) |-> {HtmlAnswer}}
name:
addPageBody
precedence:
no precedence defined
result-values:
_
signature:
HtmlPage -> [BaseHtml] -> HtmlPage
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms