definition: |
(@=) :: Show a => Int -> a -> ColVal n @= x = ColVal n . quote $ show x |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Constructs a value restriction for the column given as first argument |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
@= |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Show a => Prelude.Int -> a -> ColVal |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |