CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.opFixity

definition:
opFixity :: OpDecl -> Fixity
opFixity = trOp (\_ fix _ -> fix)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- get fixity of operator declaration
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {trOp}}
name:
opFixity
precedence:
no precedence defined
result-values:
{trOp}
signature:
FlatCurry.Types.OpDecl -> FlatCurry.Types.Fixity
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms