This commit is contained in:
Correl Roush 2021-06-09 08:38:50 -04:00
parent c921b5a22a
commit fca8b6860b

View file

@ -26,6 +26,7 @@ program correctness.
- Per [[https://www.python.org/dev/peps/pep-0285/][PEP-285]], Python's =boolean= inherits from =int=, hence =True + True = 2=.
* Relevant PEPs
- [[https://www.python.org/dev/peps/pep-3107/][PEP 3107 -- Function Annotations]]
- [[https://www.python.org/dev/peps/pep-0443/][PEP 443 -- Single-dispatch generic functions]]
- [[https://www.python.org/dev/peps/pep-0482/][PEP 482 -- Literature Overview for Type Hints]]
- [[https://www.python.org/dev/peps/pep-0483/][PEP 483 -- The Theory of Type Hints]]
- [[https://www.python.org/dev/peps/pep-0484/][PEP 484 -- Type Hints]]