Report errors at the repl.

svn: r10044
This commit is contained in:
Sam Tobin-Hochstadt 2008-05-30 16:01:44 +00:00
parent d9aa32446f
commit 20a9a3e0b3

View File

@ -240,5 +240,6 @@
;; syntax -> void
(define (tc-toplevel-form form)
(tc-toplevel/pass1 form)
(tc-toplevel/pass2 form))
(begin0 (tc-toplevel/pass2 form)
(report-all-errors)))