mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Merge branch 'master' of github.com:ashinn/chibi-scheme
This commit is contained in:
commit
f29af14e2e
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