Update misc.rkt

This commit is contained in:
Kieron Hardy 2018-03-23 13:47:58 -06:00 committed by Vincent St-Amour
parent f67d4f349e
commit 9498f52c71

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' directly 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)))))