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

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