[plt-scheme] exception in local variable access from augmented method

From: Dimitris Vyzovitis (vyzo at media.mit.edu)
Date: Sat Dec 6 12:46:14 EST 2008

On Sat, 6 Dec 2008, Dimitris Vyzovitis wrote:

> On Sat, 6 Dec 2008, Matthew Flatt wrote:
>      ((_ tgt v)
>       (datum->syntax stx (syntax-e #'(set! tgt v)))))))

this is a useless part (from debugging), should be just #'(set! tgt v)

-- vyzo


Posted on the users mailing list.