powered by
This internal function filters out elements from a list that are empty lists.
remove_empty_lists(lst)
A list with empty lists removed.
A list to be processed.