chibi-scheme/lib/chibi/match.module
2010-08-17 20:46:12 +09:00

6 lines
170 B
Text

(define-module (chibi match)
(export match match-lambda match-lambda* match-let match-letrec match-let*)
(import-immutable (scheme))
(include "match/match.scm"))