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


2.33 SRFI-101 random–access lists

The library (srfi :101) is by David Van Horn as the reference implementation for SRFI-101; see:

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

for more details. Notice that the library (srfi :101) does not export the equal? function described in this specification; rather such function is exported by (srfi :101 random-access-lists equal), along with a version of eqv?.