aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.functor.vector.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.functor.vector.base.scm
parent552cd6c999f3e44b13be88e45c4a8cb391eb40cf (diff)
Rename from `algebraic-structs` to `algebraic-structures`
Diffstat (limited to 'algebraic-structures.functor.vector.base.scm')
-rw-r--r--algebraic-structures.functor.vector.base.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebraic-structures.functor.vector.base.scm b/algebraic-structures.functor.vector.base.scm
index 2f44673..1449ed6 100644
--- a/algebraic-structures.functor.vector.base.scm
+++ b/algebraic-structures.functor.vector.base.scm
@@ -1,4 +1,4 @@
-(module (algebraic-structs functor vector base) (map)
+(module (algebraic-structures functor vector base) (map)
(import (rename scheme (map list-map))
(only (chicken base) add1))