aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.applicative.list.base.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:13:57 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:13:57 +0900
commitc20155977bc23c2be19842cc065e4444b304ecce (patch)
tree834bb05fb78995e5fd32721630cad9a3742c3a47 /algebraic-structures.applicative.list.base.scm
parent552cd6c999f3e44b13be88e45c4a8cb391eb40cf (diff)
Rename from `algebraic-structs` to `algebraic-structures`
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)