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