[r6rs-discuss] Typos in pages 24,25 of r6rs-lib
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,,,
Received on Mon Aug 27 2007 - 10:44:00 UTC
This archive was generated by hypermail 2.3.0
: Wed Oct 23 2024 - 09:15:01 UTC