base-unicode-symbols-0.2.2.3: Unicode alternatives for common functions and operators
Data.Bool.Unicode
Description
Synopsis
(∧) :: Bool -> Bool -> Bool
(∧) = (&&)
&&
U+2227, LOGICAL AND
(∨) :: Bool -> Bool -> Bool
(∨) = (||)
||
U+2228, LOGICAL OR
(¬) :: Bool -> Bool
(¬) = not
not
U+00AC, NOT SIGN