diff --git a/collects/typed-racket/types/printer.rkt b/collects/typed-racket/types/printer.rkt index 334eac1d..8e556d08 100644 --- a/collects/typed-racket/types/printer.rkt +++ b/collects/typed-racket/types/printer.rkt @@ -172,7 +172,7 @@ [(list a b ...) (format "(case-> ~a ~a)" (format-arr a) - (string-join (map format-arr b) " "))]))])) + (string-join (map format-arr b)))]))])) ;; print out a type ;; print-type : Type Port Boolean -> Void