Re: [racket] Using _fun for callbacks

2012-12-11 Thread Eli Barzilay
Yesterday, Matthew Flatt wrote: > I've run into this, too, and I don't have a better solution right now. > > It's not clear to me what happens with fancy argument specifications > when the function description is used for a callback, but I've never > gotten around to sorting it out. Sounds like w

Re: [racket] Using _fun for callbacks

2012-12-10 Thread Matthew Flatt
I've run into this, too, and I don't have a better solution right now. It's not clear to me what happens with fancy argument specifications when the function description is used for a callback, but I've never gotten around to sorting it out. At Sat, 8 Dec 2012 12:36:46 -0800, Eric Dobson wrote: >