aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.foldable.list.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.foldable.list.scm
parent552cd6c999f3e44b13be88e45c4a8cb391eb40cf (diff)
Rename from `algebraic-structs` to `algebraic-structures`
Diffstat (limited to 'algebraic-structures.foldable.list.scm')
-rw-r--r--algebraic-structures.foldable.list.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/algebraic-structures.foldable.list.scm b/algebraic-structures.foldable.list.scm
index 5f729e2..378a4c2 100644
--- a/algebraic-structures.foldable.list.scm
+++ b/algebraic-structures.foldable.list.scm
@@ -1,5 +1,5 @@
-(import (only (algebraic-structs foldable list base)))
-(import (only (algebraic-structs foldable make)))
+(import (only (algebraic-structures foldable list base)))
+(import (only (algebraic-structures foldable make)))
-(module (algebraic-structs foldable list) = ((algebraic-structs foldable make)
- (algebraic-structs foldable list base)))
+(module (algebraic-structures foldable list) = ((algebraic-structures foldable make)
+ (algebraic-structures foldable list base)))