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

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