aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.private.stream.alternative.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.private.stream.alternative.scm')
-rw-r--r--algebraic-structures.private.stream.alternative.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/algebraic-structures.private.stream.alternative.scm b/algebraic-structures.private.stream.alternative.scm
index 0d90baa..e853f21 100644
--- a/algebraic-structures.private.stream.alternative.scm
+++ b/algebraic-structures.private.stream.alternative.scm
@@ -1,7 +1,8 @@
(module (algebraic-structures private stream alternative) (alt empty)
(import (except scheme map apply)
(srfi 41)
- (chicken module))
+ (chicken module)
+ (only (algebraic-structures stream applicative)))
(reexport (algebraic-structures stream applicative))
(define empty stream-null)