containers-unicode-symbols-0.2.0.1: Unicode alternatives for common functions and operators

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

Data.IntMap.Unicode

Description

 

Synopsis

Documentation

(∈) :: Int -> IntMap α -> BoolSource

(∈) = member

U+2208, ELEMENT OF

(∉) :: Int -> IntMap α -> BoolSource

(∉) = notMember

U+2209, NOT AN ELEMENT OF

(∅) :: IntMap αSource

(∅) = empty

U+2205, EMPTY SET

(∪) :: IntMap α -> IntMap α -> IntMap αSource

(∪) = union

U+222A, UNION

(∩) :: IntMap α -> IntMap β -> IntMap αSource

(∩) = intersection

U+2229, INTERSECTION