(defmacro with-pprint-dispatch "Execute body with the pretty print dispatch function bound to function." [function & body] `(binding [*print-pprint-dispatch* ~function] ~@body))
Comments top
No comments for with-pprint-dispatch. Log in to add a comment.