summary refs log tree commit diff
diff options
context:
space:
mode:
-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)