tombulled / subtype

Python Subtype Checking
MIT License
0 stars 0 forks source link

:sparkles: Type Reduction #3

Open tombulled opened 1 year ago

tombulled commented 1 year ago

Implement type reduction?

>>> reduce(Final[int])
int
>>> reduce(ClassVar[int])
int