definition: |
getColumnTableName :: ColumnDescription a -> String getColumnTableName (ColDesc s _ _ _) = s |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({ColDesc}) |-> _} |
name: |
getColumnTableName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ColumnDescription a -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |