chibi-scheme/lib/chibi/match.module
2009-11-28 17:44:47 +09:00

6 lines
160 B
Text

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