Dorai Sitaram <[EMAIL PROTECTED]> writes:

> ice-9/syncase.scm provides a procedure datum->syntax-object that
> insists that its first argument be a syntax-object that is an
> identifier.
> 
> This is an unnecessary restriction, and removing this check makes
> writing low-level macros easier, because you can give a
> syntax-object directly as datum->syntax-object's first argument,
> instead of destructuring it to get an appropriate identifier.

I'll just trust you on this.  Could you provide a ChangeLog entry that
describes the change?

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to