definition: |
rnmAllVarsInProg :: Update Prog VarIndex rnmAllVarsInProg = updProgFuncs . map . rnmAllVarsInFunc |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- rename programs variables |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
rnmAllVarsInProg |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
(Prelude.Int -> Prelude.Int) -> FlatCurry.Types.Prog -> FlatCurry.Types.Prog |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |