In Haskell I have a List of Lists.
Now I want to add the values of the lists and receive a List with the result. The lists all have the same length.
So for exa