Filtering...

full-escape-symbol

books/xdoc/full-escape-symbol
other
(in-package "XDOC")
other
(include-book "misc/symbol-print-full-escapes" :dir :system)
full-escape-symbolfunction
(defun full-escape-symbol
  (x)
  (declare (type symbol x))
  (full-escape-symbol x))