From c2871382e6761700d314ccd191cd9f2afd7556cc Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Fri, 20 Nov 2009 19:36:24 +0000 Subject: [PATCH] macro-debugger: fixed binder discovery for lambda Please propagate this change to the release branch. svn: r16926 original commit: f540fc8f00c369c7338845e03c61b3aa823d2890 --- collects/macro-debugger/model/reductions.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/macro-debugger/model/reductions.ss b/collects/macro-debugger/model/reductions.ss index 3cd9fa8..6bdf409 100644 --- a/collects/macro-debugger/model/reductions.ss +++ b/collects/macro-debugger/model/reductions.ss @@ -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]