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,,, _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
