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

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