Fix binding of udp?.

(cherry picked from commit f2fd47905f)
This commit is contained in:
Sam Tobin-Hochstadt 2012-10-31 21:39:16 -04:00 committed by Ryan Culpepper
parent 74a18c27aa
commit f72e2b6f02

View File

@ -14,12 +14,11 @@
;; avoid the other dependencies of `racket/place`
'#%place
unstable/function
racket/udp
unstable/lazy-require
(except-in racket/contract/base ->* -> one-of/c)
(prefix-in c: racket/contract/base)
(for-syntax racket/base syntax/parse racket/list)
(for-template racket/base racket/contract/base racket/promise racket/tcp racket/flonum)
(for-template racket/base racket/contract/base racket/promise racket/tcp racket/flonum racket/udp)
racket/pretty racket/udp
;; for base type predicates
racket/promise racket/tcp racket/flonum)