stepper annotation to skip introduced 'values'
svn: r1499
This commit is contained in:
parent
a9add5064d
commit
26c5a97299
|
@ -852,7 +852,8 @@
|
||||||
(syntax-source-module #'id))
|
(syntax-source-module #'id))
|
||||||
;; ... but it might be defined later in the module, so
|
;; ... but it might be defined later in the module, so
|
||||||
;; delay the check.
|
;; delay the check.
|
||||||
(syntax/loc stx (#%app values (beginner-top-continue id)))
|
(let ([tc (syntax/loc stx (beginner-top-continue id))])
|
||||||
|
(ensure-expression tc (lambda () tc)))
|
||||||
(syntax/loc stx (#%top . id)))]))
|
(syntax/loc stx (#%top . id)))]))
|
||||||
|
|
||||||
(define (beginner-top-continue/proc stx)
|
(define (beginner-top-continue/proc stx)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user