CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Transform.updQNamesInCStatement

definition:
updQNamesInCStatement :: Update CStatement QName
updQNamesInCStatement f =
  updCStatement (updQNamesInCExpr f)
                (updQNamesInCPattern f)
                (updQNamesInCLocalDecl f)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Updates all qualified names in a statement.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trCStatement}}
name:
updQNamesInCStatement
precedence:
no precedence defined
result-values:
{trCStatement}
signature:
((String, String) -> (String, String)) -> AbstractCurry.Types.CStatement
-> AbstractCurry.Types.CStatement
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms