chibi-scheme/lib/chibi/match.sld
2015-01-26 08:06:59 +09:00

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