flatten

Returns the wrapped in Some instance of type Maybe<E> if it is present or None otherwise.

It's only purpose is to cease to distinguish None from Some(None) against the main meaning of Maybe interface.