﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
352	let/let* environments aren't properly seen in profiling mode	sjamaan	felix winkelmann	"When compiling the following code in profiling mode, csc gives an error claiming ""a"" is undefined. Here's a simplified example:

{{{
(module whatever ()
 (import chicken scheme)
 (let ((a (lambda (x) (print x))))
   (a ""ok"")))
}}}

It doesn't give an error when there's no module surrounding it.  Wrapping the let in a procedure doesn't help."	defect	closed	major		compiler	4.5.x	fixed			
