Fix uses of defvar not compiling

This commit is contained in:
Joshua Suskalo 2023-03-28 14:24:39 -05:00
parent 218545feb7
commit f22cf8f81d
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -654,7 +654,7 @@
(def ~(:var-name args)
~@(when-let [doc (:docstring args)]
(list doc))
(static-variable symbol#)))))
(static-variable symbol# ~(:type args))))))
(s/fdef defvar
:args ::defconst-args)