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

definition:
updQNamesInCInstanceDecl :: Update CInstanceDecl QName
updQNamesInCInstanceDecl f =
  updCInstanceDecl f
                   (updQNamesInCContext f)
                   (map (updQNamesInCTypeExpr f))
                   (map (updQNamesInCFuncDecl f))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Updates all qualified names in an instance declaration.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trCInstanceDecl}}
name:
updQNamesInCInstanceDecl
precedence:
no precedence defined
result-values:
{trCInstanceDecl}
signature:
((String, String) -> (String, String)) -> AbstractCurry.Types.CInstanceDecl
-> AbstractCurry.Types.CInstanceDecl
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms