[racket-dev] DrRacket Parenthesis bug

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sun Sep 7 16:35:18 EDT 2014

Thanks, I've pushed a fix.

Robby

On Sat, Sep 6, 2014 at 5:22 PM, Kevin Forchione <lysseus at gmail.com> wrote:
> Hi guys,
> I’ve noticed that the named let form parenthesis behavior is different when the name is “rec”. In that case the inner parenthesis isn’t square brackets. For instance:
>
>         (let rec (()))
>
> instead of (let rec ([])).
>
> -Kevin
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev


Posted on the dev mailing list.