CurryInfo: html2-3.5.0 / HTML.Base.page

definition: Info
 
page :: String -> [BaseHtml] -> HtmlPage
page title hexps = HtmlPage title [PageEnc defaultEncoding] hexps
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A basic HTML web page with the default encoding.
@param title - the title of the page
@param hexps - the page's body (list of HTML expressions)
@return an HTML page
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {HtmlPage}}
name: Info
 page
precedence: Info
 no precedence defined
result-values: Info
 {HtmlPage}
signature: Info
 String -> [BaseHtml] -> HtmlPage
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms