isempty — Returns whether the list l is empty.
l
boolean isempty (
)
List
Emptiness of list l
Notice that the list l must not be nil.
isempty([]) -> true isempty([19, 29]) -> false