Skip to content

type[X] | type[Y] -> type[X | Y] #175

@AlexWaygood

Description

@AlexWaygood

And, similarly, Union[type[X], type[Y]] -> type[Union[X, Y]].

Same basic idea as #110. Came up in python/typeshed#7087.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions