Haskell: How to convert type “[[Int]] -> [(Int, Int, Int)]” to something of type “[[Int]] -> [[Int, Int, Int]]”

前端 未结 0 1234
醉酒成梦
醉酒成梦 2021-01-14 23:41

I construct a function that returns lists of three elements, that is:

three [[5, 2, 3, 3], [8, 2, 2, 8], [9, 5, 5, 12], [12, 2, 33, 9]]

retur

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