CurryInfo: currydoc-4.0.0 / CurryDoc.Html.showPageWithDocStyle

definition: Info
 
showPageWithDocStyle :: String -> [BaseHtml] -> String
showPageWithDocStyle title body =
  showHtmlPage $ HtmlPage title
    (map (\f -> pageCSS $ styleBaseURL ++ "/css/" ++ f ++ ".css") cssIncludes)
    body
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Generate a page with the default documentation style.
@param title - the title of the page
@param body  - the main contents of the page
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 showPageWithDocStyle
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> [HTML.Base.BaseHtml] -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term