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