к
Prelude Data.List> f xs = intercalate ", " (init xs) <> " and " <> last xs
Prelude Data.List> f ["a", "b", "c"]
"a, b and c"
Size: a a a
к
Prelude Data.List> f xs = intercalate ", " (init xs) <> " and " <> last xs
Prelude Data.List> f ["a", "b", "c"]
"a, b and c"
JS
к
JS
к
Prelude Data.List> f xs = intercalate ", " (init xs) <> " and " <> last xs
Prelude Data.List> f ["a", "b", "c"]
"a, b and c"
JS
Prelude Data.List> f xs = intercalate ", " (init xs) <> " and " <> last xs
Prelude Data.List> f ["a", "b", "c"]
"a, b and c"
R
Prelude Data.List> f xs = intercalate ", " (init xs) <> " and " <> last xs
Prelude Data.List> f ["a", "b", "c"]
"a, b and c"
JS
к
R
JS
к
R
к
R
AY
ЗП
AY
к
к