definition:
|
trCFieldDecl :: (QName -> CVisibility -> CTypeExpr -> a)
-> CFieldDecl -> a
trCFieldDecl field (CField name vis texp) = field name vis texp
|
demand:
|
arguments 1 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Transforms a constructor declaration.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{CField}) |-> _}
|
name:
|
trCFieldDecl
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
((String, String) -> AbstractCurry.Types.CVisibility
-> AbstractCurry.Types.CTypeExpr -> a) -> AbstractCurry.Types.CFieldDecl -> a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|