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

Safe HaskellSafe
LanguageHaskell98

Data.Eq.Unicode

Synopsis

Documentation

(≡) :: Eq α => α -> α -> Bool infix 4 Source #

(≡) = (==)

U+2261, IDENTICAL TO

(≢) :: Eq α => α -> α -> Bool infix 4 Source #

(≢) = (/=)

U+2262, NOT IDENTICAL TO

(≠) :: Eq α => α -> α -> Bool infix 4 Source #

(≠) = (/=)

U+2260, NOT EQUAL TO