mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-03 19:26:34 +02:00
Added SRFI 111
This commit is contained in:
parent
64fef1271c
commit
5d86e32356
1 changed files with 9 additions and 0 deletions
9
srfi/111.sld
Normal file
9
srfi/111.sld
Normal file
|
@ -0,0 +1,9 @@
|
|||
(define-library (srfi 111)
|
||||
(import (scheme base))
|
||||
(export box box? unbox set-box!)
|
||||
|
||||
(begin
|
||||
(define-record-type box-type
|
||||
(box value)
|
||||
box?
|
||||
(value unbox set-box!))))
|
Loading…
Add table
Reference in a new issue