better_panics #16

Merged
scott merged 2 commits from better_panics into main 2023-12-18 05:46:06 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3a50910e3d - Show all commits

View File

@ -428,7 +428,7 @@
(not (= 1 length))
(throw (ex-info "Called keywords must be unary" {:ast tuple}))
(partial? tuple)
(partial? members)
(throw (ex-info "Called keywords may not be partially applied" {:ast tuple}))
:else

View File

@ -61,7 +61,7 @@
(comment
(def source "
a b c
:a (_)
")