aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.private.stream.applicative.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-16 18:20:08 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-16 18:20:08 +0900
commit58f89e40b2851d334f239d629bbe28cf59f94876 (patch)
tree83104e67cc02ddb45d9de0f4517e880717a67b0e /algebraic-structures.private.stream.applicative.scm
parent14421f679050b49f96baee66c19fc7ff0d3184ed (diff)
Import reexported modules
Diffstat (limited to 'algebraic-structures.private.stream.applicative.scm')
-rw-r--r--algebraic-structures.private.stream.applicative.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/algebraic-structures.private.stream.applicative.scm b/algebraic-structures.private.stream.applicative.scm
index 0389ad9..ac67e0c 100644
--- a/algebraic-structures.private.stream.applicative.scm
+++ b/algebraic-structures.private.stream.applicative.scm
@@ -2,7 +2,8 @@
(import scheme
(srfi 41)
(only (chicken base) cute)
- (chicken module))
+ (chicken module)
+ (only (algebraic-structures stream functor)))
(export pure map2)
(reexport (algebraic-structures stream functor))