:: [a] -> Bool package:numeric-prelude

Test whether the structure is empty. The default implementation is optimized for structures that are similar to cons-lists, because there is no general way to do better.
Left associative length computation that is appropriate for types like Integer.
Right associative length computation that is appropriate for types like Peano number.