aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.applicative.list.base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.applicative.list.base.scm')
-rw-r--r--algebraic-structures.applicative.list.base.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/algebraic-structures.applicative.list.base.scm b/algebraic-structures.applicative.list.base.scm
index 01625ff..a8c04d5 100644
--- a/algebraic-structures.applicative.list.base.scm
+++ b/algebraic-structures.applicative.list.base.scm
@@ -1,6 +1,6 @@
-(module (algebraic-structs applicative list base) (map pure map2)
+(module (algebraic-structures applicative list base) (map pure map2)
(import (except scheme map)
- (algebraic-structs functor list)
+ (algebraic-structures functor list)
(only (chicken base) atom? cut)
(only (srfi 1) append! reverse!)
matchable)