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