[Haskell-cafe] Replace list item with list.

mirone saul-mirone at qq.com
Sat Nov 4 10:48:58 UTC 2017


Hello everyone! If I have a list A : ["x", "y", "z"]
and a list B: ["f", "g"].
Here is my question:
What's the simplest way to replace "z" in the list A by list B, and get ["x", "y", "f", "g"] ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20171104/b2632742/attachment.html>


More information about the Haskell-Cafe mailing list