Next: , Previous: , Up: srfi   [Index]


2.37 SRFI-113 sets and bags

The libraries (srfi :113) and (srfi :113 sets-and-bags) are by John Cowan as the reference implementation for SRFI-113; see:

http://srfi.schemers.org/srfi-113/srfi-113.html

for more details. Sets and bags (also known as multisets) are unordered collections that can contain any Scheme object. Elements in sets and bags are compared using the facilities of SRFI-114 (see SRFI-114 comparators).