mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
6 lines
163 B
Text
6 lines
163 B
Text
|
|
(module (chibi match)
|
|
(export match match-lambda match-lambda* match-let match-letrec match-let*)
|
|
(import-immutable (scheme))
|
|
(include "match/match.scm"))
|
|
|