Also asking if there is an existing way that i'm not seeing to do the following: I expected: ``` flatten(List[Maybe[T]]) ``` to return ``` List[T] ``` removing Nothing