analyze/invalid-recur-args
This happens when recur is given the wrong number of arguments for the enclosing fn or loop.
Mitigations
Pass exactly one new value for each local that the enclosing fn arity or loop binds.
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 given the wrong number of arguments for the enclosing fn or loop.
Pass exactly one new value for each local that the enclosing fn arity or loop binds.