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

definition: Info
 
updQNames :: Update (AExpr _) QName
updQNames f = trExpr AVar ALit comb ALet AFree AOr ACase branch typed
 where
  comb a ct (name, b) args = AComb a ct (f name, b) args
  branch = ABranch . updPatCons f
  typed a e ty = ATyped a e (updQNamesInTypeExpr f ty)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
update all qualified names in expression
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {trExpr}}
name: Info
 updQNames
precedence: Info
 no precedence defined
result-values: Info
 {trExpr}
signature: Info
 ((String, String) -> (String, String)) -> FlatCurry.Annotated.Types.AExpr a
-> FlatCurry.Annotated.Types.AExpr a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms