CurryInfo: html2-3.5.0 / HTML.Base.styleSheet

definition:
styleSheet :: HTML h => String -> h
styleSheet css = htmlStruct "style" [("type","text/css")] [htmlText css]
demand:
argument 1
deterministic:
deterministic operation
documentation:
-------------- styles and document structuring:
--- Defines a style sheet to be used in this HTML document.
--- @param css - a string in CSS format
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
styleSheet
precedence:
no precedence defined
result-values:
_
signature:
HTML a => String -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms