definition:
|
updNewConsVisibility :: Update NewConsDecl Visibility
updNewConsVisibility f = updNewCons id f id
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update visibility of newtype constructor declaration
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trNewCons}}
|
name:
|
updNewConsVisibility
|
precedence:
|
no precedence defined
|
result-values:
|
{trNewCons}
|
signature:
|
(FlatCurry.Types.Visibility -> FlatCurry.Types.Visibility)
-> FlatCurry.Types.NewConsDecl -> FlatCurry.Types.NewConsDecl
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|