From 2c666a53e847e6b49dbdf4fd22416872bb197f6b Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Tue, 15 Nov 2022 19:17:44 -0500 Subject: [dynamic] Move to `haunt' directory and `jakob' namespace There will likely be some refactoring later as part of this change, since we can unify the `util' namespaces. --- haunt/srfi-197.scm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 haunt/srfi-197.scm (limited to 'haunt/srfi-197.scm') diff --git a/haunt/srfi-197.scm b/haunt/srfi-197.scm new file mode 100644 index 0000000..93fc0ab --- /dev/null +++ b/haunt/srfi-197.scm @@ -0,0 +1,4 @@ +(define-module (srfi-197) + #:export (chain chain-and chain-when chain-lambda nest nest-reverse)) + +(include "ext-srfi-197/srfi-197-syntax-case.scm") -- cgit v1.3