update docs. mentioning new srfi libraries

This commit is contained in:
Yuichi Nishiwaki 2014-06-28 12:42:36 +09:00
parent 1e458d9691
commit 6fe87b8fa2
1 changed files with 13 additions and 1 deletions

View File

@ -20,12 +20,24 @@ SRFI libraries
- (srfi 1)
List manipulation library.
List library.
- (srfi 8)
``receive`` macro.
- (srfi 26)
Cut/cute macros.
- (srfi 43)
Vector library.
- (srfi 60)
Bitwise operations.
- (srfi 95)
Sorting and Marging.