Use Alex Shinn's pattern matcher for (ice-9 match).
authorLudovic Courtès <ludo@gnu.org>
Wed, 16 Jun 2010 22:06:20 +0000 (00:06 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 16 Jun 2010 22:45:21 +0000 (00:45 +0200)
commitd967913f05301a35573c5d3f7217d0994bbb1016
tree512a4d95d38fe1ae6114e6ceb98f0e18d3fd191b
parente44d2e4d9884c25b746b95690bcfb601547220fd
Use Alex Shinn's pattern matcher for (ice-9 match).

* module/ice-9/match.scm: Rewrite to simply load `match.upstream.scm'.

* module/ice-9/match.upstream.scm: New file.

* module/Makefile.am (NOCOMP_SOURCES): Add `ice-9/match.upstream.scm'.

* test-suite/Makefile.am (SCM_TESTS): Add `tests/match.test'.

* test-suite/tests/match.test: New file.
module/Makefile.am
module/ice-9/match.scm
module/ice-9/match.upstream.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/match.test [new file with mode: 0644]