macro-debugger: fixed binder discovery for lambda

Please propagate this change to the release branch.

svn: r16926

original commit: f540fc8f00c369c7338845e03c61b3aa823d2890
This commit is contained in:
Ryan Culpepper 2009-11-20 19:36:24 +00:00
parent 0375e82a2c
commit c2871382e6

View File

@ -156,8 +156,8 @@
[(Wrap p:lambda (e1 e2 rs ?1 renames body))
(R [! ?1]
[#:pattern (?lambda ?formals . ?body)]
[#:binders #'?formals]
[#:rename (?formals . ?body) renames 'rename-lambda]
[#:binders #'?formals]
[Block ?body body])]
[(Wrap p:case-lambda (e1 e2 rs ?1 clauses))
(R [! ?1]