base-unicode-symbols-0.2.2.4: Unicode alternatives for common functions and operators
Data.Ord.Unicode
Description
Synopsis
(≤) :: Ord α => α -> α -> BoolSource
(≤) = (<=)
<=
U+2264, LESS-THAN OR EQUAL TO
(≥) :: Ord α => α -> α -> BoolSource
(≥) = (>=)
>=
U+2265, GREATER-THAN OR EQUAL TO
(≮) :: Ord α => α -> α -> BoolSource
(≮) = (>=)
U+226E, NOT LESS-THAN
(≯) :: Ord α => α -> α -> BoolSource
(≯) = (<=)
U+226F, NOT GREATER-THAN