chibi-scheme/lib/chibi/match.module
2011-04-08 01:12:13 +09:00

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"))