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 =