mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Add support for SRFI 227
This commit is contained in:
parent
7a6aae39a0
commit
427629a43e
1 changed files with 8 additions and 0 deletions
8
lib/srfi/227.sld
Normal file
8
lib/srfi/227.sld
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
(define-library (srfi 227)
|
||||||
|
(export opt-lambda
|
||||||
|
(rename opt-lambda* opt*-lambda)
|
||||||
|
let-optionals
|
||||||
|
let-optionals*
|
||||||
|
(rename define-opt define-optionals)
|
||||||
|
(rename define-opt* define-optionals*))
|
||||||
|
(import (chibi optional)))
|
Loading…
Add table
Reference in a new issue