mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
6 lines
194 B
Scheme
6 lines
194 B
Scheme
|
|
(define-library (chibi optional)
|
|
(export let-optionals let-optionals* opt-lambda
|
|
let-keywords let-keywords* keyword-ref keyword-ref*)
|
|
(import (chibi))
|
|
(include "optional.scm"))
|