fstamour/breeze

Add `symbol-macro-p` to xref.lisp

fstamour opened this issue · 0 comments

(defun symbol-macro-p (sym &optional env)
  (let ((*macroexpand-hook* (constantly nil)))
    (nth-value 1 (macroexpand-1 sym env))))