CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.updQNamesInProg

definition:
updQNamesInProg :: Update (AProg _) 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.Annotated.Types.AProg a
-> FlatCurry.Annotated.Types.AProg a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms