| 1 | """Message constants for generating error messages during type checking. |
| 2 | |
| 3 | Literal messages should be defined as constants in this module so they won't get out of sync |
| 4 | if used in more than one place, and so that they can be easily introspected. These messages are |
nothing calls this directly
no test coverage detected