Data.IntMap.null (empty) == True Data.IntMap.null (singleton 1 'a') == False
Data.Map.null (empty) == True Data.Map.null (singleton 1 'a') == False