Remove wrapping in typed/racket/async-channel
Now that TR supports contracted functions, the wrapping is not necessary. original commit: 864cda26145ea0503a0874a56d49b2696b2c1e17
This commit is contained in:
parent
8a23f10c47
commit
5e4b80b498
|
@ -2,7 +2,7 @@
|
|||
|
||||
;; This module provides a typed version of racket/async-channel
|
||||
|
||||
(require "private/async-channel-wrapped.rkt"
|
||||
(require racket/async-channel
|
||||
(for-syntax (only-in (rep type-rep) make-Async-ChannelTop)))
|
||||
|
||||
;; Section 11.2.4 (Buffered Asynchronous Channels)
|
||||
|
|
Loading…
Reference in New Issue
Block a user