null package:containers

Is the map empty?
Data.IntMap.null (empty)           == True
Data.IntMap.null (singleton 1 'a') == False
Is the set empty?
Is the map empty?
Data.Map.null (empty)           == True
Data.Map.null (singleton 1 'a') == False
Is this the empty sequence?
Is this the empty set?