mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
7 lines
217 B
Scheme
7 lines
217 B
Scheme
|
|
(define-library (chibi match)
|
|
(export match match-lambda match-lambda* match-let match-letrec match-let*)
|
|
(cond-expand
|
|
(chibi (import (chibi)))
|
|
(else (import (scheme base))))
|
|
(include "match/match.scm"))
|