aboutsummaryrefslogtreecommitdiff
path: root/haunt/srfi-197.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze2022-11-15 19:17:44 -0500
committerJakob L. Kreuze2022-11-15 19:17:44 -0500
commit2c666a53e847e6b49dbdf4fd22416872bb197f6b (patch)
tree9bacca9cdc0ee645941bc09b61d1d6a91d6f2678 /haunt/srfi-197.scm
parentb6482d86fa58dee7d55889fa873463274f81d3db (diff)
[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.
Diffstat (limited to 'haunt/srfi-197.scm')
-rw-r--r--haunt/srfi-197.scm4
1 files changed, 4 insertions, 0 deletions
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")

© 2015 - 2026 Jakob L. Kreuze