racket/collects/mzlib/plt-match.ss
Sam Tobin-Hochstadt b7127dc9c7 Add new match implementation.
Does not yet work:
 - some errors about car of ()
 - some match-expander certification errors

svn: r9049
2008-03-21 23:54:58 +00:00

4 lines
91 B
Scheme

#lang scheme/base
(require scheme/match/match)
(provide (all-from-out scheme/match/match))