|
definition: |
rnmDefSig :: (Ident -> Ident) -> ([Ident],FunSig,Term) -> ([Ident],FunSig,Term) rnmDefSig rnm (ps, fsig, term) = (ps, rnmFunSig rnm fsig, rnmTerm rnm term) |
|
demand: |
argument 2 |
|
deterministic: |
deterministic operation |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,{(,,)}) |-> {(,,)}}
|
|
name: |
rnmDefSig |
|
precedence: |
no precedence defined |
|
result-values: |
{(,,)}
|
|
signature: |
(String -> String) -> ([String], FunSig, Term) -> ([String], FunSig, Term) |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
reducible on all ground data terms |