Fixed a missing blame swap.
svn: r17748
This commit is contained in:
parent
6d8b3a2e84
commit
ad9968493e
|
@ -888,7 +888,7 @@
|
||||||
(syntax
|
(syntax
|
||||||
((x ...)
|
((x ...)
|
||||||
(begin
|
(begin
|
||||||
(check-pre-expr->pp/h val pre-expr blame)
|
(check-pre-expr->pp/h val pre-expr (blame-swap blame))
|
||||||
(let ([dom-id ((contract-projection (coerce-contract 'stx-name dom))
|
(let ([dom-id ((contract-projection (coerce-contract 'stx-name dom))
|
||||||
(blame-swap blame))]
|
(blame-swap blame))]
|
||||||
...)
|
...)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user