definition:
|
updQNamesInConsDecl :: Update ConsDecl QName
updQNamesInConsDecl f = updCons f id id (map (updQNamesInTypeExpr f))
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update all qualified names in constructor declaration
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trCons}}
|
name:
|
updQNamesInConsDecl
|
precedence:
|
no precedence defined
|
result-values:
|
{trCons}
|
signature:
|
((String, String) -> (String, String)) -> FlatCurry.Types.ConsDecl
-> FlatCurry.Types.ConsDecl
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|