(module (chibi match) + (export match match-lambda match-lambda* match-let match-letrec match-let*) + (import-immutable (scheme)) + (include "match/match.scm")) +
diff --git a/doc/lib/chibi/match.html b/doc/lib/chibi/match.html new file mode 100755 index 00000000..94b304dc --- /dev/null +++ b/doc/lib/chibi/match.html @@ -0,0 +1,34 @@ +
+ +(module (chibi match) + (export match match-lambda match-lambda* match-let match-letrec match-let*) + (import-immutable (scheme)) + (include "match/match.scm")) +