mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
adding srfi 188
This commit is contained in:
parent
c0933e8255
commit
fb079b2bda
1 changed files with 6 additions and 0 deletions
6
lib/srfi/188.sld
Normal file
6
lib/srfi/188.sld
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
(define-library (srfi 188)
|
||||
(import (rename (chibi)
|
||||
(let-syntax splicing-let-syntax)
|
||||
(letrec-syntax splicing-letrec-syntax)))
|
||||
(export splicing-let-syntax splicing-letrec-syntax))
|
Loading…
Add table
Reference in a new issue