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