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