Haskell - Append to a list of lists and return the lists of lists updated

前端 未结 0 746
南方客
南方客 2020-12-03 21:45

I have a list of lists [[a]]. I want to append a value to one of the sublists.
For example: xs = [[Int]] and y = Int
I want to append

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