Opened 4 years ago
Last modified 2 years ago
#1798 new enhancement
No promise type.
| Reported by: | Zipheir | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | someday |
| Component: | core libraries | Version: | 5.3.0 |
| Keywords: | types, promises | Cc: | |
| Estimated difficulty: |
Description
Although promises are a Scheme type, (chicken type) does not provide a promise type. What does work is (struct promise), which seems like an abstraction leak. Please expose a type for promises; even better, provide a parametric promise type, so that (promise t) is a type of delayed t values.
Note: See
TracTickets for help on using
tickets.
