CurryInfo: stylechecker-2.0.0 / Check.AST.Pattern.NotOrd.warnNotOrd

definition:
warnNotOrd :: String -> String -> SpanInfo -> CSM ()
warnNotOrd s1 s2 sI = report (Message
                               (getSpan sI)
                               (text "Do not use" <+> colorizeKey ("not (a "++s1++" b)"))
                               (text "Use" <+> colorizeKey ("a "++s2++" b") <+> text "instead"))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Report for infix.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
warnNotOrd
precedence:
no precedence defined
result-values:
_
signature:
String -> String -> Curry.SpanInfo.SpanInfo
-> 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:
possibly non-reducible on same data term