1. The Transonic types defined in `transonic.typing` should be compatible with Mypy. 2. It should also be possible to directly use types defined in `typing` for the simple cases (List, Dict, Set, Tuple, ...).
The Transonic types defined in
transonic.typingshould be compatible with Mypy.It should also be possible to directly use types defined in
typingfor the simple cases (List, Dict, Set, Tuple, ...).