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

parse/nested-shorthand-function

This happens when one shorthand anonymous function form is placed inside another #() form. The %1-style placeholders would be ambiguous between the two functions.

Mitigations

Either rewrite the nested shorthand function as a normal fn or move it outside the outer #() form.