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

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