Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Fix underscore specs in seq and map destructuring contexts

Latest
Compare
Choose a tag to compare
@alexandergunnarson alexandergunnarson released this 11 May 14:52
· 4 commits to master since this release
c6f1019

Previously these wouldn't compile but now they do:

(defns abcde [[a string?] _ b string?] a)
(defns ghijk [{:keys [a string?]} _ b string?] a)