[r6rs-discuss] and/or error

From: Jed Davis <r6rs>
Date: Wed, 13 Jun 2007 18:14:40 -0400

The definition of "or" has a copy-and-paste error; this text:

  In the former case, the and expression returns val...

should clearly be:

  In the former case, the or expression returns val...

-- 
(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 Wed Jun 13 2007 - 18:14:40 UTC

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