aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.foldable.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.foldable.scm')
-rw-r--r--algebraic-structures.foldable.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebraic-structures.foldable.scm b/algebraic-structures.foldable.scm
index 4456bac..a4af0ca 100644
--- a/algebraic-structures.foldable.scm
+++ b/algebraic-structures.foldable.scm
@@ -6,7 +6,7 @@
every
member?)
(import (except scheme length)
- F
+ (only F fold)
(only (chicken base) add1 call/cc assert))
(define (length xs)