Can I consolidate this code? Or is there a better solution?

后端 未结 0 651
深忆病人
深忆病人 2021-02-13 12:35

I am creating a function that sums all of the numbers in a list of integer lists. Here is my current solution:

let rec super_sum (nlists : int list list) : int =
         


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