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 (("++s1++") a b)"))
                                (text "Use" <+> colorizeKey ("("++s2++") a b") <+> text "instead"))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Report for apply.
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