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