CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.isInfixOp

definition:
isInfixOp :: QName -> Bool
isInfixOp = all (`elem` "~!@#$%^&*+-=<>:?./|\\") . snd
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Check whether an operator is an infix operator
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
isInfixOp
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(String, String) -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms