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

definition:
 
infoButton :: String -> HtmlHandler -> HtmlExp
infoButton label handler =
  button label handler `addClass` "btn btn-info"
demand:
 no demanded arguments
deterministic:
 possibly non-deterministic operation
documentation:
 
Info input button.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_) |-> _}
name:
 infoButton
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