aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.foldable.list.base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.foldable.list.base.scm')
-rw-r--r--algebraic-structures.foldable.list.base.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebraic-structures.foldable.list.base.scm b/algebraic-structures.foldable.list.base.scm
index 0f5c656..936f03f 100644
--- a/algebraic-structures.foldable.list.base.scm
+++ b/algebraic-structures.foldable.list.base.scm
@@ -1,2 +1,2 @@
-(module (algebraic-structs foldable list base) (foldl foldr)
+(module (algebraic-structures foldable list base) (foldl foldr)
(import (only (chicken base) foldl foldr)))