Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

analyze/invalid-case

This happens when the low-level case* form is used directly with missing arguments or with arguments of the wrong type.

Mitigations

Prefer the normal case macro instead of calling case* directly. If you do use case*, make sure each required argument is present and has the expected type.