definition:
|
updQNamesInProg :: Update Prog QName
updQNamesInProg f = updProg id id
(map (updQNamesInType f)) (map (updQNamesInFunc f)) (map (updOpName f))
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update all qualified names in program
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trProg}}
|
name:
|
updQNamesInProg
|
precedence:
|
no precedence defined
|
result-values:
|
{trProg}
|
signature:
|
((String, String) -> (String, String)) -> 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
|