(defmacro defunbound- "Same as defunbound but yields a private definition" [name & decls] (list* `defunbound (with-meta name (assoc (meta name) :private true)) decls))
Comments top
No comments for defunbound-. Log in to add a comment.