This commit is contained in:
Lassi Kortela 2019-08-28 18:12:41 +03:00
parent b7db5bb755
commit 05c43c716c
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@
(display (caddr e)) (display (caddr e))
(display ", got ") (display ", got ")
(write (cadddr e))) (write (cadddr e)))
((and (pair? e) ((and (pair? e)
(eq? (car e) 'bounds-error) (eq? (car e) 'bounds-error)
(length= e 4)) (length= e 4))