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