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