definition: |
renVar :: (a,String) -> (a,String) renVar (i,s) = case s of ('x':xs) -> (i,'t':xs) _ -> (i,s) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {(,)}} |
name: |
renVar |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
(a, String) -> (a, String) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |