Rename :downcall to :function in the symbolspec

This commit is contained in:
Joshua Suskalo 2021-09-25 13:40:15 -05:00
parent 866db99f7d
commit 14ee7a1ee8

View file

@ -1019,7 +1019,7 @@
(s/fdef reify-symbolspec (s/fdef reify-symbolspec
:args (s/cat :spec ::symbolspec)) :args (s/cat :spec ::symbolspec))
(defmethod reify-symbolspec :downcall (defmethod reify-symbolspec :function
[spec] [spec]
(cond-> (cond->
(make-downcall (:symbol spec) (make-downcall (:symbol spec)