definition: |
hrefButton :: HTML h => String -> [h] -> h hrefButton = hrefSmallButton |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {hrefSmallButton}} |
name: |
hrefButton |
precedence: |
no precedence defined |
result-values: |
{hrefSmallButton} |
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 |