diff options
| author | Jakob L. Kreuze | 2022-11-15 19:17:44 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze | 2022-11-15 19:17:44 -0500 |
| commit | 2c666a53e847e6b49dbdf4fd22416872bb197f6b (patch) | |
| tree | 9bacca9cdc0ee645941bc09b61d1d6a91d6f2678 /haunt/srfi-197.scm | |
| parent | b6482d86fa58dee7d55889fa873463274f81d3db (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.scm | 4 |
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") |