-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
Document basic properties of all type operations used within mypy, including compatibility, proper subtyping, joins and meets. The properties include things like associativity, symmetry, how they work with Any
-- and there are many other properties potentially worth documenting. The documentation would be in the form of comments or docstrings within the source code.