definition: |
col :: Column a -> Value a col c = Col c 0 |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Constructor for a Value Col without a rename-number --- @param c - The column |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Col}} |
name: |
col |
precedence: |
no precedence defined |
result-values: |
{Col} |
signature: |
Database.CDBI.Description.Column a -> Value a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |