definition:
|
updQNamesInRule :: Update (ARule _) QName
updQNamesInRule = updRuleBody . updQNames
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update all qualified names in rule
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {.._#lambda508}}
|
name:
|
updQNamesInRule
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
((String, String) -> (String, String)) -> FlatCurry.Annotated.Types.ARule a
-> FlatCurry.Annotated.Types.ARule a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|