aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.foldable.vector.scm
diff options
context:
space:
mode:
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)))