CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.updCons

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