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