[r6rs-discuss] trivial r5.97rs formatting issue

Jed Davis r6rs at jdev.users.panix.com
Tue Jul 3 01:00:58 EDT 2007


In the table of contents, the section numbers from 11.10 to 11.20 are
too wide for the space; they run into the section names.

(I did say it was trivial.)

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))



More information about the r6rs-discuss mailing list