definition:
|
rnFunc :: Renaming (AFuncDecl a)
rnFunc xs (AFunc f a v ty r) = second (AFunc f a v ty) (rnRule xs r)
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Renaming of a function declaration.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{AFunc}) |-> {(,)}}
|
name:
|
rnFunc
|
precedence:
|
no precedence defined
|
result-values:
|
{(,)}
|
signature:
|
[Prelude.Int] -> FlatCurry.Annotated.Types.AFuncDecl a
-> ([Prelude.Int], FlatCurry.Annotated.Types.AFuncDecl a)
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|