CurryInfo: html2-3.5.0 / HTML.Base.resetButton

definition:
resetButton :: String -> HtmlExp
resetButton label =
    HtmlStruct "input" [("type","reset"),("value",htmlQuote label)] []
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Reset button with a label string
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {HtmlStruct}}
name:
resetButton
precedence:
no precedence defined
result-values:
{HtmlStruct}
signature:
String -> HtmlExp
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term