analyze/invalid-recur-position
This happens when recur is used outside the tail position of a fn or loop.
Mitigations
Move the recur call to the tail position of the enclosing fn or loop.
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
This happens when recur is used outside the tail position of a fn or loop.
Move the recur call to the tail position of the enclosing fn or loop.