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

From: Jed Davis <r6rs>
Date: Tue, 3 Jul 2007 01:00:58 -0400

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)))))
Received on Tue Jul 03 2007 - 01:00:58 UTC

This archive was generated by hypermail 2.3.0 : Wed Oct 23 2024 - 09:15:01 UTC