summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-03 19:54:30 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-03 19:54:30 +0100
commit672e5e7c26e9bff66855d7ab0f44797cdabba6c7 (patch)
tree2391d7b4a0c2599009de0ad706a5157ddc1c602b
parentd1b36cbcd738316194d8154f1a456645ef22822d (diff)
downloadmew-672e5e7c26e9bff66855d7ab0f44797cdabba6c7.tar.gz
mew-672e5e7c26e9bff66855d7ab0f44797cdabba6c7.tar.xz
mew-672e5e7c26e9bff66855d7ab0f44797cdabba6c7.zip
export generic-make-accumulator
needed from a macro
-rw-r--r--mew.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/mew.scm b/mew.scm
index 519ee52..cfd7022 100644
--- a/mew.scm
+++ b/mew.scm
@@ -23,7 +23,9 @@
      vals
      -> fun-> fun->> set->
      <>?
-     ~?)
+     ~?
+
+     generic-make-accumulator)
 
   (import-for-syntax srfi-1)
   (import-for-syntax matchable)