definition: |
radioMainOff :: HtmlRef -> String -> HtmlExp radioMainOff cref value | cref =:= HtmlRef ref -- instantiate cref argument = HtmlInput cref (HtmlStruct "input" [("type","radio"),("name",ref), ("value",htmlQuote value)] []) where ref free |
demand: |
argument 1 |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- A main button of a radio (initially "off") with a reference and a value. --- The value is returned of this button is on. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {HtmlInput}} |
name: |
radioMainOff |
precedence: |
no precedence defined |
result-values: |
{HtmlInput} |
signature: |
HtmlRef -> String -> HtmlExp |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |