I have a list of lists [[a]]. I want to append a value to one of the sublists. For example: xs = [[Int]] and y = Int I want to append
xs = [[Int]]
y = Int