(defslimefn arglist-for-echo-area [raw-specs & options]
(let [{:keys [arg-indices
print-right-margin
print-lines]} (apply hash-map options)]
;; Yeah, I'm lazy -- I'll flesh this out later
(if (and raw-specs
(seq? raw-specs)
(seq? (first raw-specs)))
((slime-fn 'operator-arglist) (ffirst raw-specs) *current-package*)
nil)))
Comments top
No comments for arglist-for-echo-area. Log in to add a comment.