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.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/algebraic-structures.foldable.vector.scm b/algebraic-structures.foldable.vector.scm
new file mode 100644
index 0000000..1d68aaa
--- /dev/null
+++ b/algebraic-structures.foldable.vector.scm
@@ -0,0 +1,5 @@
+(import (only (algebraic-structs foldable vector base)))
+(import (only (algebraic-structs foldable make)))
+
+(module (algebraic-structs foldable vector) = ((algebraic-structs foldable make)
+ (algebraic-structs foldable vector base)))