Open ludanpr opened 3 years ago
On page 131, the set difference operation,
shouldn't it be
(let ((*print-escape* nil)) (format t "~&~{;; ~W~%~}" (set-difference (compute-restarts) (compute-restarts *debugger-condition*))))
instead of
(let ((*print-escape* nil)) (format t "~&~{;; ~W~%~}" (set-difference (compute-restarts *debugger-condition*) (compute-restarts))))
?
On page 131, the set difference operation,
2.9.9 Associating conditions with restarts
shouldn't it be
instead of
?