aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.private.stream.monad.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.private.stream.monad.scm')
-rw-r--r--algebraic-structures.private.stream.monad.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/algebraic-structures.private.stream.monad.scm b/algebraic-structures.private.stream.monad.scm
index e22a396..e2cb580 100644
--- a/algebraic-structures.private.stream.monad.scm
+++ b/algebraic-structures.private.stream.monad.scm
@@ -1,7 +1,8 @@
(module (algebraic-structures private stream monad) (>>=)
(import (except scheme map apply)
(chicken module)
- (srfi 41))
+ (srfi 41)
+ (only (algebraic-structures stream applicative)))
(reexport (algebraic-structures stream applicative))
(define-stream (stream-append-map f strm)