definition: |
row :: [Widget] -> Widget row = Row [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Horizontal alignment of widgets. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Row}} |
name: |
row |
precedence: |
no precedence defined |
result-values: |
{Row} |
signature: |
[Widget] -> Widget |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |