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/unresolved-var

This happens when (var some-symbol) refers to a var that jank cannot resolve. The same error can appear for #'some-symbol.

Mitigations

Make sure the var exists. Check the spelling. Make sure it is available in the current namespace or use a fully qualified name. You can write a fully qualified var reference as #'some.ns/foo.