chibi-scheme/lib/chibi/match.module
2009-11-23 02:07:05 +09:00

6 lines
166 B
Text

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