From: Matthias Felleisen (matthias at ccs.neu.edu) Date: Sat Nov 1 16:36:41 EDT 2014 |
|
On Nov 1, 2014, at 4:15 PM, Andrew Kent wrote: > (cond > [$: p (Point x y) => (+ x y)]) You cannot expand a cond-line via syntax because it isn't an expression or a definition position. Similarly, you cannot expand the parameter list position in a function. -- Matthias -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.racket-lang.org/users/archive/attachments/20141101/4ffca87b/attachment.html>
Posted on the users mailing list. |
|