[plt-scheme] check-syntax and local in Intermediate Student w/lambda

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Oct 30 00:20:30 EST 2006

Fixed in 352.9.

Matthew

At Fri, 27 Oct 2006 13:45:24 -0400, Matthias Felleisen wrote:
> Know bug. -- Matthias
> 
> 
> On Oct 27, 2006, at 1:34 PM, Prabhakar Ragde wrote:
> 
> > When I type in the code from exercise 18.2.2 in HtDP (insertion  
> > sort with locally defined "sort" and "insert" functions), hit  
> > "Check Syntax" (in v352, language set to Intermediate Student w/ 
> > lambda), and hover over the "insert" in (define (insert ...) ...),  
> > I don't get an arrow pointing anywhere. In fact, none of the  
> > occurrences of "insert" get me an arrow. When I hover over "sort"  
> > in (define (sort ...) ...), I get an arrow to the use of "sort" in  
> > the local body, but not to the recursive call within the  
> > definition. Why not? Thanks. --PR
> > _________________________________________________
> >  For list-related administrative tasks:
> >  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.