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

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Fri Oct 27 13:45:24 EDT 2006

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



Posted on the users mailing list.