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

definition:
updQNamesInCConsDecl :: Update CConsDecl QName
updQNamesInCConsDecl f =
  updCConsDecl f id
               (map (updQNamesInCTypeExpr f))
               (map (updQNamesInCFieldDecl f))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Updates all qualified names in a constructor declaration.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trCConsDecl}}
name:
updQNamesInCConsDecl
precedence:
no precedence defined
result-values:
{trCConsDecl}
signature:
((String, String) -> (String, String)) -> AbstractCurry.Types.CConsDecl
-> AbstractCurry.Types.CConsDecl
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms