Is there any haskell function to concatenate list with separator?

前端 未结 5 1529
庸人自扰
庸人自扰 2020-12-07 16:06

Is there a function to concatenate elements of a list with a separator? For example:

> foobar \" \" [\"is\",\"there\",\"such\",\"a\",\"function\",\"?\"]
[         


        
5条回答
提交回复
热议问题