(defslimefn xref [type name]
(let [sexp (ns-resolve (maybe-ns *current-package*) (symbol name))]
(condp = type
:specializes (who-specializes sexp)
:calls (who-calls (symbol name))
:callers nil
:not-implemented)))
Comments top
No comments for xref. Log in to add a comment.