tombulled / subtype

Python Subtype Checking
MIT License
0 stars 0 forks source link

:sparkles: Type Normalisation #1

Open tombulled opened 1 year ago

tombulled commented 1 year ago

Exports:

tombulled commented 1 year ago

(Unrelated) Rename description -> Python Type Normalisation and Subtype Checking

tombulled commented 1 year ago

Move away from NormalisedType?

>>> normalise(Optional[int])
Union[int, None]