definition: |
hrefWarnButton :: HTML h => String -> [h] -> h hrefWarnButton ref hexps = href ref hexps `addClass` "btn btn-warning" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Hypertext reference rendered as a warning button. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
hrefWarnButton |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HTML.Base.HTML a => String -> [a] -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |