CurryInfo: html2-3.5.0 / HTML.Base.toHtmlExp

definition: Info
 
toHtmlExp :: BaseHtml -> HtmlExp
toHtmlExp (BaseText s)         = HtmlText s
toHtmlExp (BaseStruct t ps hs) = HtmlStruct t ps (map toHtmlExp hs)
toHtmlExp (BaseAction a)       = HtmlAction a
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Transforms a static into a dynamic HTML document.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({BaseText}) |-> {HtmlText} || ({BaseStruct}) |-> {HtmlStruct} || ({BaseAction}) |-> {HtmlAction}}
name: Info
 toHtmlExp
precedence: Info
 no precedence defined
result-values: Info
 {HtmlAction,HtmlStruct,HtmlText}
signature: Info
 BaseHtml -> HtmlExp
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms