[r6rs-discuss] Typos in pages 24,25 of r6rs-lib

Abdulaziz Ghuloum aghuloum at cs.indiana.edu
Mon Aug 27 10:44:00 EDT 2007


The examples in these pages have typos in how conditions are  
constructed:

* (&error) should be (make-error)

* (&message (message "foo")) should be (make-message-condition  
"foo") ; 3 occurrences

* (&violation) should be (make-violation)

* (&warning) should be (make-warning)

Aziz,,,



More information about the r6rs-discuss mailing list