Concatenating lists is just another natural transformation. To perform this action follow these simple steps:
- Make a tuple with items that are datastructures
- Apply a special
Merge
label to this tuple - Use to method to perform transformation
[1,2,3,4] `lu` [5,6,7] `yi` Merge @List @List `ho` to @List
A snippet with demonstration of merging Lists, Nonempty Lists, Shafted Lists, Scrolling Lists, Sliding Lists is available here.