replace Promise with (Promise Any) due to kinding
`Promise` is now a type constructor related to https://github.com/racket/typed-racket/pull/1143
This commit is contained in:
parent
19541b8094
commit
1e774e5304
|
@ -30,8 +30,8 @@
|
|||
|
||||
(unsafe-require/typed
|
||||
"pure-unsafe.rkt"
|
||||
[promise/pure/maybe-stateful? (→ Any Boolean : Promise)]
|
||||
[promise/pure/stateless? (→ Any Boolean : Promise)]
|
||||
[promise/pure/maybe-stateful? (→ Any Boolean : (Promise Any))]
|
||||
[promise/pure/stateless? (→ Any Boolean : (Promise Any))]
|
||||
[make-promise/pure/stateful (∀ (a) (→ (→ a) (Promise a)))]
|
||||
[make-promise/pure/stateless (∀ (a) (→ (→ a) (Promise a)))]
|
||||
[declared-stateful-pure-function? (→ Any Boolean)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user