Opened 4 years ago

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

Change History (2)

comment:1 Changed 4 years ago by zaifir

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.

comment:2 Changed 5 weeks ago by Kon Lovett

(chicken type) has the `hash-table' type as a builtin; see "Structure type"

Note: See TracTickets for help on using tickets.