base-unicode-symbols-0.2.2.4: Unicode alternatives for common functions and operators

Copyright2009–2011 Roel van Dijk
LicenseBSD3 (see the file LICENSE)
MaintainerRoel van Dijk <vandijk.roel@gmail.com>
Safe HaskellSafe
LanguageHaskell98

Data.Ord.Unicode

Description

 

Synopsis

Documentation

(≤) :: Ord α => α -> α -> Bool infix 4 Source #

(≤) = (<=)

U+2264, LESS-THAN OR EQUAL TO

(≥) :: Ord α => α -> α -> Bool infix 4 Source #

(≥) = (>=)

U+2265, GREATER-THAN OR EQUAL TO

(≮) :: Ord α => α -> α -> Bool infix 4 Source #

(≮) = (>=)

U+226E, NOT LESS-THAN

(≯) :: Ord α => α -> α -> Bool infix 4 Source #

(≯) = (<=)

U+226F, NOT GREATER-THAN