CurryInfo: curry-interface-2.0.1 / CurryInterface.Pretty.isOperator

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