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