list
(
α
)
flatten (
list
(
list
(
α
)
)
 
l)
Flatten a list of list into a list.Performance note: this function is much faster than successive calls to append
l
A list of lists of items.
returns
A list of items, respecting the order of l.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.