From c762e9eb4cc4e53552bd807208d32c393d0246aa Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Mon, 25 Jun 2012 15:57:24 -0400 Subject: [PATCH] Avoid requiring the printer unneccesarily. original commit: 94f1cb2127b9cc630d0122b6fdc98066f364597c --- collects/typed-racket/types/union.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-racket/types/union.rkt b/collects/typed-racket/types/union.rkt index 762fe4b9..1a19bc46 100644 --- a/collects/typed-racket/types/union.rkt +++ b/collects/typed-racket/types/union.rkt @@ -4,7 +4,7 @@ (rep type-rep rep-utils) (utils tc-utils) (prefix-in c: (contract-req)) - (types utils subtype abbrev printer comparison) + (types utils subtype abbrev comparison) racket/match)