aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.vector.foldable.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.vector.foldable.scm')
-rw-r--r--algebraic-structures.vector.foldable.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/algebraic-structures.vector.foldable.scm b/algebraic-structures.vector.foldable.scm
new file mode 100644
index 0000000..aa77afa
--- /dev/null
+++ b/algebraic-structures.vector.foldable.scm
@@ -0,0 +1,3 @@
+(import (algebraic-structures foldable)
+ (only (algebraic-structures private vector)))
+(module (algebraic-structures vector foldable) = ((algebraic-structures foldable) (algebraic-structures private vector)))