definition: |
staticButton :: HTML h => [h] -> h staticButton = htmlStruct "button" [("type","button")] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- A static button (i.e., not a submit button of a form) of type `button`. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
staticButton |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HTML.Base.HTML a => [a] -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |