Fixes and small demo #19
Reference in New Issue
Block a user
Delete Branch "feat/demonstration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes several issues and adds a small demo script to showcase some of the features
Fixed issues include:
is_subtype(*, TypeVar)UnknownTypebehave like a top type when checking subtype relationship (allow assigning anything to an unknown variable)TypeVardefinitions and usage in functions