|
definition: |
rnmQId :: (Ident -> Ident) -> QIdent -> QIdent rnmQId rnm (Id n) = Id (rnm n) rnmQId rnm (As n s) = As (rnm n) s |
|
demand: |
argument 2 |
|
deterministic: |
deterministic operation |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,{Id}) |-> {Id} || (_,{As}) |-> {As}}
|
|
name: |
rnmQId |
|
precedence: |
no precedence defined |
|
result-values: |
{As,Id}
|
|
signature: |
(String -> String) -> QIdent -> QIdent |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |