I would like to know how to do in haskell to pass a list of lists by parameter ..? And to get averages with those lists? I need you to return only a list that has the averages of each of the lists that contains the list .. I mean .. [[8,6], [6,2,4]] = [7.5] ... thanks!