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

Data.IntMap.Unicode

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