add missing link of srfi 111

This commit is contained in:
Sunrim KIM (keen) 2014-08-31 23:18:57 +09:00
parent 904e9ab55d
commit 09aa3337fd
2 changed files with 8 additions and 2 deletions

View File

@ -30,6 +30,7 @@ SRFI libraries
- `(srfi 17) - `(srfi 17)
<http://srfi.schemers.org/srfi-17/>`_ <http://srfi.schemers.org/srfi-17/>`_
Generalized set! Generalized set!
- `(srfi 26) - `(srfi 26)
@ -52,6 +53,11 @@ SRFI libraries
Sorting and Marging. Sorting and Marging.
- `(srfi 111)
<http://srfi.schemers.org/srfi-111/>`_
Boxes
(picrin macro) (picrin macro)
-------------- --------------

View File

@ -12,7 +12,7 @@ y SRFI 1: List Library
SRFI 13: String Library SRFI 13: String Library
SRFI 14: Character-Set Library SRFI 14: Character-Set Library
7 SRFI 16: Syntax for procedures of variable arity 7 SRFI 16: Syntax for procedures of variable arity
SRFI 17: Generalized set! y SRFI 17: Generalized set!
SRFI 18: Multithreading support SRFI 18: Multithreading support
SRFI 19: Time Data Types and Procedures SRFI 19: Time Data Types and Procedures
SRFI 21: Real-time multithreading support SRFI 21: Real-time multithreading support
@ -78,4 +78,4 @@ y SRFI 1: List Library
SRFI 108: Named quasi-literal constructors SRFI 108: Named quasi-literal constructors
SRFI 109: Extended string quasi-literals SRFI 109: Extended string quasi-literals
SRFI 110: Sweet-expressions (t-expressions) SRFI 110: Sweet-expressions (t-expressions)
SRFI 111: Boxes y SRFI 111: Boxes