aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.applicative.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.applicative.scm')
-rw-r--r--algebraic-structures.applicative.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebraic-structures.applicative.scm b/algebraic-structures.applicative.scm
index 489f76d..a38e616 100644
--- a/algebraic-structures.applicative.scm
+++ b/algebraic-structures.applicative.scm
@@ -2,7 +2,7 @@
(pure map1 map2 map apply)
(import (rename scheme (map scheme:map) (apply scheme:apply))
(only (chicken base) sub1 add1 foldl case-lambda)
- A
+ (only A pure map1 map2)
matchable)
(define (curry-n f n)