Make send/suspend/[url/]dispatch allow values
Fix the send/suspend/[url/]dispatch's contracts (any/c -> any) to allow values (and match the docs).
This commit is contained in:
parent
201534b7ad
commit
0a5f1a21a6
|
@ -50,9 +50,9 @@
|
|||
[send/finish (can-be-response? . -> . void?)]
|
||||
[send/forward ((string? . -> . can-be-response?) . -> . request?)]
|
||||
[send/suspend ((string? . -> . can-be-response?) . -> . request?)]
|
||||
[send/suspend/dispatch ((((request? . -> . any) . -> . string?) . -> . can-be-response?) . -> . any/c)]
|
||||
[send/suspend/dispatch ((((request? . -> . any) . -> . string?) . -> . can-be-response?) . -> . any)]
|
||||
[send/suspend/url ((url? . -> . can-be-response?) . -> . request?)]
|
||||
[send/suspend/url/dispatch ((((request? . -> . any/c) . -> . url?) . -> . can-be-response?) . -> . any/c)])
|
||||
[send/suspend/url/dispatch ((((request? . -> . any) . -> . url?) . -> . can-be-response?) . -> . any)])
|
||||
|
||||
;; ************************************************************
|
||||
;; EXPORTS
|
||||
|
|
Loading…
Reference in New Issue
Block a user