back to old style, not sure why
This commit is contained in:
parent
a15236ea4f
commit
dfe6f78d80
|
@ -106,7 +106,14 @@
|
||||||
#'test-engine))))))))
|
#'test-engine))))))))
|
||||||
'stepper-skipto
|
'stepper-skipto
|
||||||
(append skipto/third ;; let
|
(append skipto/third ;; let
|
||||||
skipto/third skipto/third ;; unless (it expands into (if (let-values () ...))
|
skipto/third skipto/second
|
||||||
|
;; something funny going on here; I can't see how Mike's
|
||||||
|
;; fix could ever have worked. Possibly related: this
|
||||||
|
;; file is still written in the mzscheme language?
|
||||||
|
;; ... no, that doesn't seem to pan out.
|
||||||
|
;; okay, I really don't understand why, but it appears
|
||||||
|
;; that in this context, 'when' is still expanding
|
||||||
|
;; into a begin, rather than a (let-values () ...)
|
||||||
skipto/cdr skipto/third ;; application of insert-test
|
skipto/cdr skipto/third ;; application of insert-test
|
||||||
'(syntax-e cdr cdr syntax-e car) ;; lambda
|
'(syntax-e cdr cdr syntax-e car) ;; lambda
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user