There already exists: ```elm combine : List (Result x a) -> Result x (List a) ``` But I'm missing a ```elm combineErr : List (Result x a) -> Result (List x) (List a) ``` Should this be added?
There already exists:
But I'm missing a
Should this be added?