:: [a] -> Bool package:code-conjure
Is the given list not null?
Equivalent to not . null
Checks if all elements of a list are equal.
Checks if all elements of a list are equal.
Exceptionally this function returns false for an empty or unit list.
This returns true when all elements are equal and the list has a
length greater than or equal to two.