Opened 2 years ago

Last modified 5 months 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.

Change History (1)

comment:1 Changed 5 months ago by felix winkelmann

Type: defectenhancement
Note: See TracTickets for help on using tickets.