CurryInfo: html2-3.5.0 / HTML.Styles.Bootstrap3.primButton

definition: Info
 
primButton :: String -> HtmlHandler -> HtmlExp
primButton label handler =
  button label handler `addClass` "btn btn-primary"
demand: Info
 no demanded arguments
deterministic: Info
 possibly non-deterministic operation
documentation: Info
 
Primary input button.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 primButton
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> ((HTML.Base.HtmlRef -> String) -> Prelude.IO HTML.Base.HtmlPage)
-> HTML.Base.HtmlExp
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term