Unbreak stepper.
(It was broken by fed1e3dc3e2d7268c0297a0ce699d3deb2ba75c5.)
This commit is contained in:
parent
38cf78e213
commit
7572b24870
|
@ -64,7 +64,9 @@
|
|||
;; this definition pulls the test~object binding from the user's namespace
|
||||
;; over to the one that is used in the REPL when module->namepsace
|
||||
;; grabs a hold of this module to make a namespace for the REPL
|
||||
`(,#'(define test~object (namespace-variable-value 'test~object))
|
||||
`(,(syntax-property
|
||||
#'(define test~object (namespace-variable-value 'test~object))
|
||||
'test-call #t)
|
||||
(,#'test)))
|
||||
'()))))
|
||||
rep)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user