definition:
|
updQNamesInCRhs :: Update CRhs QName
updQNamesInCRhs f =
updCRhs (updQNamesInCExpr f)
(map (\ (g,e) -> (updQNamesInCExpr f g, updQNamesInCExpr f e)))
(map (updQNamesInCLocalDecl f))
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Updates all qualified names in a function declaration.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trCRhs}}
|
name:
|
updQNamesInCRhs
|
precedence:
|
no precedence defined
|
result-values:
|
{trCRhs}
|
signature:
|
((String, String) -> (String, String)) -> AbstractCurry.Types.CRhs
-> AbstractCurry.Types.CRhs
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|