definition:
|
trNewCons :: (QName -> Visibility -> TypeExpr -> a) -> NewConsDecl -> a
trNewCons cons (NewCons name vis arg) = cons name vis arg
|
demand:
|
arguments 1 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- transform newtype constructor declaration
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{NewCons}) |-> _}
|
name:
|
trNewCons
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
((String, String) -> FlatCurry.Types.Visibility -> FlatCurry.Types.TypeExpr
-> a) -> FlatCurry.Types.NewConsDecl -> a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|