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

MaintainerRoel van Dijk <vandijk.roel@gmail.com>

Data.Bool.Unicode

Description

 

Synopsis

Documentation

(∧) :: Bool -> Bool -> BoolSource

(∧) = (&&)

U+2227, LOGICAL AND

(∨) :: Bool -> Bool -> BoolSource

(∨) = (||)

U+2228, LOGICAL OR

(¬) :: Bool -> BoolSource

(¬) = not

U+00AC, NOT SIGN