From bea5e0d9b13fa9926fbdcf6838cf0f3c84eef1c3 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 14 May 2009 18:57:43 +0000 Subject: [PATCH] turn printing back on svn: r14817 original commit: 792bacbd557e6395516f2d1d6686ce527014444e --- collects/typed-scheme/typed-scheme.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/typed-scheme.ss b/collects/typed-scheme/typed-scheme.ss index e9249d87..5646b76a 100644 --- a/collects/typed-scheme/typed-scheme.ss +++ b/collects/typed-scheme/typed-scheme.ss @@ -49,7 +49,7 @@ ([(lambda (e) (and catch-errors? (exn:fail? e) (not (exn:fail:syntax? e)))) (lambda (e) (tc-error "Internal error: ~a" e))])] [parameterize (;; disable fancy printing - [custom-printer #f] + [custom-printer #t] ;; a cheat to avoid units [infer-param infer] ;; do we report multiple errors