definition: |
toCColumn :: Column a -> Column () toCColumn (Column s1 s2) = (Column s1 s2) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--Convert to UnitType |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Column}) |-> {Column}} |
name: |
toCColumn |
precedence: |
no precedence defined |
result-values: |
{Column} |
signature: |
Database.CDBI.Description.Column a -> Database.CDBI.Description.Column () |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |