how to distribute a list of lists to other elements in a new list. haskell

后端 未结 0 994
半阙折子戏
半阙折子戏 2021-02-04 21:39

For example lets say i have a list (x:xs) = [[x], [y], [z]]. How would i convert it to [Object n [x], Object n [y], Object n [z]]. Where Object

相关标签:
回答
  • 消灭零回复
提交回复
热议问题