mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
commit
2820aab6e5
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