elisp-refs
elisp-refs copied to clipboard
Find definitions in macros using vectors
For example:
(-let [foo (bar baz)])
We don't currently see this as a call to bar
. Ideally we would macro expand, or treat -let
and -let*
specially.