replace Promise with (Promise Any) due to kinding #2
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/delay-pure#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promise
is now a type constructor.related to https://github.com/racket/typed-racket/pull/1143
ping @SuzanneSoy
Hi! It would be great to merge this relatively soon -- we plan to release the new kind system in 8.4.
Hi, I thought I had merged this already, sorry. Let me have a look tomorrow. I'm just concerned that this might introduce breakage for older version in which case I'll need an
version-case
to adjust the behaviour for 8.4+.If I forget and don't merge this in the next couple of days, please do ping me again and I'll merge anyway.
I'm pretty sure this will work in past versions as well.
I checked the docs of older versions, indeed
Promise
seems to always have taken an argument… Sorry about the delay and thanks for the MR!