I have a function that generates all subsets for a set, in a list of list. I would like to group them by size, and have a list (indexed by the different sizes), of list (for the collection of subsets), of list (for the subset)I have a function that generates all subsets fo