Opened 3 years ago
Last modified 3 years ago
#1795 new defect
Types for srfi-69 egg
Reported by: | zaifir | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | 5.3.0 |
Keywords: | types eggs | Cc: | |
Estimated difficulty: |
Description
srfi-69 is a widely-used CHICKEN egg, but it does not provide types--in particular, programs using srfi-69 cannot use hash-table as a type in their own code, but must use the non-specific * type instead. This makes it harder to catch mistakes when using this egg. Please add type information to srfi-69.
Note: See
TracTickets for help on using
tickets.
After re-reading the Types wiki page, I realize that srfi-69 *can't* currently provide a hash-table type for public use. Please ignore that part of the ticket.