[plt-scheme] bug in stepper?

wooks . wookiz at hotmail.com
Thu Jul 20 09:53:22 EDT 2006


Using language Intermediate Student with lambda

stepping through

(define (build-number alon)
  (local ((define (somefunc x y)
            (+ x (* 10 y))))
    (foldl somefunc 0 alon)))

(build-number '( 4 5 3 9 4))

gives you an error - "find-special-name: couldn't find expanded name for 
list"




More information about the plt-scheme mailing list