changed union to or/c
svn: r8747
This commit is contained in:
parent
f0efed2a3e
commit
9692473c62
|
@ -152,7 +152,7 @@
|
|||
(provide async-channel?)
|
||||
(provide/contract (make-async-channel (case->
|
||||
(-> async-channel?)
|
||||
((union false/c (lambda (x)
|
||||
((or/c false/c (lambda (x)
|
||||
(and (integer? x)
|
||||
(exact? x)
|
||||
(positive? x))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user