chibi-scheme/lib/chibi/match.module

6 lines
153 B
Text

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