mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
adding (srfi 111)
This commit is contained in:
parent
806d92aa15
commit
c08aa4e93b
1 changed files with 8 additions and 0 deletions
8
lib/srfi/111.sld
Normal file
8
lib/srfi/111.sld
Normal file
|
@ -0,0 +1,8 @@
|
|||
(define-library (srfi 111)
|
||||
(import (scheme base))
|
||||
(export box box? unbox set-box!)
|
||||
(begin
|
||||
(define-record-type Box
|
||||
(box value)
|
||||
box?
|
||||
(value unbox set-box!))))
|
Loading…
Add table
Reference in a new issue