definition: |
none :: ColumnDescription a -> Fun a none cd = ("(", cd) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Constructor function in case no aggregation function is specified. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {(,)}} |
name: |
none |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
Database.CDBI.Description.ColumnDescription a -> (String, Database.CDBI.Description.ColumnDescription a) |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |