(defn pprint-code-symbol [sym] (if-let [arg-num (sym *symbol-map*)] (print arg-num) (if *print-suppress-namespaces* (print (name sym)) (pr sym))))
Comments top
No comments for pprint-code-symbol. Log in to add a comment.