3 lines
55 B
Text
3 lines
55 B
Text
|
|
xs = zipWith3 (\x -> (x++) >> (++)) "abc" "ABC"
|
||
|
|
"123"
|