lconcat ( list -- result )
Lazy lists ยป Manipulating lazy lists

Prev:lappend-lazy ( list1 list2 -- result )
Next:lcartesian-product ( list1 list2 -- result )


Vocabulary
lists.lazy

Inputs
lista list of lists


Outputs
resulta list


Word description
Concatenates a list of lists together into one list.

See also
leach, foldl, lmap-lazy, ltake, lfilter, lappend-lazy, lfrom, lfrom-by, lcartesian-product, lcartesian-product*, lcartesian-map, lcartesian-map*, lmerge, lwhile, luntil

Definition