CurryInfo: stylechecker-2.0.0 / Check.AST.Pattern.EqualsTrue.warnEqualsTrue

definition:
warnEqualsTrue :: SpanInfo -> String -> String -> CSM ()
warnEqualsTrue sI dn d =
  do
    report (Message
             (getSpan sI)
             (text "superflous code")
             (text "Instead of"
             <+> colorizeKey dn
             <+> text "use"
             <+> colorizeKey d))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Reports a superfluous code warning.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
warnEqualsTrue
precedence:
no precedence defined
result-values:
_
signature:
Curry.SpanInfo.SpanInfo -> String -> String
-> 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