CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Transform.updCFieldDecl

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