definition: |
radioOther :: HtmlRef -> String -> HtmlExp radioOther cref value | cref =:= HtmlRef ref -- instantiate cref argument = HtmlStruct "input" [("type","radio"),("name",ref),("value",htmlQuote value)] [] where ref free |
demand: |
argument 1 |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- A further button of a radio (initially "off") with a reference (identical --- to the main button of this radio) and a value. --- The value is returned of this button is on. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {HtmlStruct}} |
name: |
radioOther |
precedence: |
no precedence defined |
result-values: |
{HtmlStruct} |
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 |