CurryInfo: currydoc-4.0.0 / CurryDoc.Html.leqCharIgnoreCase

definition:
leqCharIgnoreCase :: Char -> Char -> Bool
leqCharIgnoreCase c1 c2 = (toUpper c1) <= (toUpper c2)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Less-or-equal on characters ignoring case considerations.
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
leqCharIgnoreCase
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Char -> Prelude.Char -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term