CurryInfo: stylechecker-2.0.0 / Check.AST.Pattern.NotOrd.checkNotOrd'

definition:
checkNotOrd' :: SpanInfo -> String -> (String -> String -> SpanInfo -> CSM()) -> CSM ()
checkNotOrd' sI s f = case s of
  "<"  -> f s ">=" sI
  "<=" -> f s ">" sI
  ">"  -> f s "<=" sI
  ">=" -> f s "<" sI
  _    -> return ()
demand:
argument 2
deterministic:
deterministic operation
documentation:
-- Case compareoperations are used, warn with corrections.
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
checkNotOrd'
precedence:
no precedence defined
result-values:
_
signature:
Curry.SpanInfo.SpanInfo -> String -> (String -> String
-> Curry.SpanInfo.SpanInfo
-> Control.Monad.Trans.State.StateT Types.CheckState Data.Functor.Identity.Identity ())
-> Control.Monad.Trans.State.StateT Types.CheckState Data.Functor.Identity.Identity ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms