definition: |
toCValue :: Value a -> CValue toCValue (Col (Column s1 s2) n) = Col (Column s1 s2) n toCValue (Val v1) = Val v1 |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Col}) |-> {Col} || ({Val}) |-> {Val}} |
name: |
toCValue |
precedence: |
no precedence defined |
result-values: |
{Col,Val} |
signature: |
Value a -> Value () |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |