definition: |
trColumn :: String -> Int -> String trColumn ('"':table_column) n = if n==0 then '"' : table_column else '"' : show n ++ table_column |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Translate "Table.Column" to "nTable.Colum" where n is the Integer-Parameter |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({:},_) |-> {:}} |
name: |
trColumn |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
String -> Prelude.Int -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |