null -package:base
O(1) Test whether a ByteString is empty.
O(1) Tests whether a
Text is empty or not.
Is the map empty?
Data.IntMap.null (empty) == True
Data.IntMap.null (singleton 1 'a') == False
Is the map empty?
Data.Map.null (empty) == True
Data.Map.null (singleton 1 'a') == False
Is this the empty sequence?
O(1) Test whether a vector 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