Update misc.rkt

This commit is contained in:
Kieron Hardy 2018-03-23 13:27:35 -06:00 committed by Vincent St-Amour
parent 0ebcb23244
commit e0a8f475a7

View File

@ -101,7 +101,7 @@
(datum->syntax #f w v))
w))))))
(lambda results (for-each (current-print) results)))
;; Abort to loop. (Calling `repl-loop' directory would not be a tail call.)
;; Abort to loop. (Calling 'repl-loop' directly would not be a tail call.)
(abort-current-continuation (default-continuation-prompt-tag)))))
(default-continuation-prompt-tag)
(lambda args (repl-loop)))))