CurryInfo: currydoc-4.0.0 / CurryDoc.Html.leqCharIgnoreCase

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