Skip to content

Commit 2dde718

Browse files
committed
Include missing SRFI libraries in README.
1 parent 7634423 commit 2dde718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ framework:
103103
- [SRFI 64: A Scheme API for test suites](https://srfi.schemers.org/srfi-64/srfi-64.html)
104104
- [SRFI 69: Basic hash tables](https://srfi.schemers.org/srfi-69/srfi-69.html)
105105
- [SRFI 95: Sorting and Merging](https://srfi.schemers.org/srfi-95/srfi-95.html)
106+
- [SRFI 101: Purely Functional Random-Access Pairs and Lists](https://srfi.schemers.org/srfi-101/srfi-101.html)
106107
- [SRFI 111: Boxes](https://srfi.schemers.org/srfi-111/srfi-111.html)
107108
- [SRFI 112: Environment inquiry](https://srfi.schemers.org/srfi-112/srfi-112.html)
108109
- [SRFI 113: Sets and bags](https://srfi.schemers.org/srfi-113/srfi-113.html)
109110
- [SRFI 121: Generators](https://srfi.schemers.org/srfi-121/srfi-121.html)
111+
- [SRFI 125: Intermediate hash tables](https://srfi.schemers.org/srfi-125/srfi-125.html)
110112
- [SRFI 128: Comparators](https://srfi.schemers.org/srfi-128/srfi-128.html)
111113
- [SRFI 129: Titlecase procedures](https://srfi.schemers.org/srfi-129/srfi-129.html)
112114
- [SRFI 132: Sort Libraries](https://srfi.schemers.org/srfi-132/srfi-132.html)

0 commit comments

Comments
 (0)