CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.trOp

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