mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
6 lines
170 B
Scheme
6 lines
170 B
Scheme
(define-library (srfi 227)
|
|
(export opt-lambda
|
|
(rename opt-lambda* opt*-lambda)
|
|
let-optionals
|
|
let-optionals*)
|
|
(import (chibi optional)))
|