CurryInfo: html2-3.5.0 / HTML.Base.button

definition:
button :: String -> HtmlHandler -> HtmlExp
button label handler
  | cref =:= HtmlRef ref -- instantiate cref argument
  = HtmlEvent cref handler
              (HtmlStruct "input" [("type","submit"), ("name",ref),
                                   ("value",htmlQuote label)] [])
 where
  cref,ref free
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- A button to submit a form with a label string and an event handler.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {HtmlEvent}}
name:
button
precedence:
no precedence defined
result-values:
{HtmlEvent}
signature:
String -> ((HtmlRef -> String) -> Prelude.IO HtmlPage) -> HtmlExp
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term