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/duplicate-keys-in-map

This happens when the same key appears more than once in a map literal. For example:

{:a 1
 :a 2}

Mitigations

Either remove the duplicate key or rename it so each key appears only once.