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
____________________ Racket Users list: http://lists.racket-lang.org/users

