aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.private.vector.zip.applicative.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.private.vector.zip.applicative.scm')
-rw-r--r--algebraic-structures.private.vector.zip.applicative.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/algebraic-structures.private.vector.zip.applicative.scm b/algebraic-structures.private.vector.zip.applicative.scm
index 5e644e0..5dbb4aa 100644
--- a/algebraic-structures.private.vector.zip.applicative.scm
+++ b/algebraic-structures.private.vector.zip.applicative.scm
@@ -1,7 +1,8 @@
(module (algebraic-structures private vector zip applicative) ()
(import scheme
(chicken module)
- (only (srfi 133) vector-map))
+ (only (srfi 133) vector-map)
+ (only (algebraic-structures vector functor)))
(export pure map2)
(reexport (algebraic-structures vector functor))