definition:
|
updQNamesInCContext :: Update CContext QName
updQNamesInCContext f = updCContext (map updConstr)
where
updConstr (n,ts) = (f n, map (updQNamesInCTypeExpr f) ts)
|
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:
|
{(_) |-> {trCContext}}
|
name:
|
updQNamesInCContext
|
precedence:
|
no precedence defined
|
result-values:
|
{trCContext}
|
signature:
|
((String, String) -> (String, String)) -> AbstractCurry.Types.CContext
-> AbstractCurry.Types.CContext
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|