From 9bfe111f4a5b08020b29356445b71b3ec347b07e Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 16 May 2011 01:02:30 -0700 Subject: [PATCH] not including generated file --- doc/lib/chibi/match.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 doc/lib/chibi/match.html 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")) +

\ No newline at end of file