aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.private.list.zip.applicative.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.private.list.zip.applicative.scm')
-rw-r--r--algebraic-structures.private.list.zip.applicative.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/algebraic-structures.private.list.zip.applicative.scm b/algebraic-structures.private.list.zip.applicative.scm
index 8713ef9..41c9703 100644
--- a/algebraic-structures.private.list.zip.applicative.scm
+++ b/algebraic-structures.private.list.zip.applicative.scm
@@ -4,7 +4,8 @@
(fold srfi:fold)
(reduce srfi:reduce))
(only (chicken base) assert)
- (chicken module))
+ (chicken module)
+ (only (algebraic-structures list functor)))
(export pure map2)
(reexport (algebraic-structures list functor))