null -package:base

O(1) Test whether a ByteString is empty.
O(1) Test whether a ShortByteString is empty.
O(1) Tests whether a Text is empty or not.
O(1) Tests whether a Stream Char is empty or not. Properties
null . stream = null
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?
Is the map empty?
O(1) Test whether a vector is empty.
Check if a Bundle is empty
Check if a Bundle is empty
O(1) Test whether a vector is empty.
Check whether the vector is empty.
Check whether the vector is empty.
O(1) Test whether a vector is empty.
Check whether the vector is empty.
O(1) Test whether a vector is empty.
Check whether the vector is empty.
O(1) Test whether a vector is empty.
Check whether the vector is empty.
Return True if this map is empty, False otherwise.
Return True if this set is empty, False otherwise.
>>> HashSet.null HashSet.empty
True

>>> HashSet.null (HashSet.singleton 1)
False