CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.updOp

definition:
updOp :: (QName -> QName) ->
         (Fixity -> Fixity) ->
         (Int -> Int)       -> OpDecl -> OpDecl
updOp fn ff fp = trOp op
 where
  op name fix prec = Op (fn name) (ff fix) (fp prec)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- update operator declaration
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> {trOp}}
name:
updOp
precedence:
no precedence defined
result-values:
{trOp}
signature:
((String, String) -> (String, String)) -> (FlatCurry.Types.Fixity
-> FlatCurry.Types.Fixity) -> (Prelude.Int -> Prelude.Int)
-> FlatCurry.Types.OpDecl -> FlatCurry.Types.OpDecl
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms