aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.private.list.applicative.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.private.list.applicative.scm')
-rw-r--r--algebraic-structures.private.list.applicative.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/algebraic-structures.private.list.applicative.scm b/algebraic-structures.private.list.applicative.scm
index 6bbfad7..7b04b23 100644
--- a/algebraic-structures.private.list.applicative.scm
+++ b/algebraic-structures.private.list.applicative.scm
@@ -3,7 +3,8 @@
(only (srfi 1) append! reverse!)
(only (chicken base) assert cut)
(only matchable match)
- (chicken module))
+ (chicken module)
+ (only (algebraic-structures list functor)))
(export pure map2)
(reexport (algebraic-structures list functor))