tombulled / subtype

Python Subtype Checking
MIT License
0 stars 0 forks source link

:sparkles: Subtype Checking #2

Open tombulled opened 1 year ago

tombulled commented 1 year ago

New test case: Tuple[int, int] is a subtype of Tuple[int, ...]

tombulled commented 1 year ago

Related issue: https://github.com/tombulled/needle/issues/5

tombulled commented 1 year ago

New test case: int is a subtype of Union[int, str]