From c2f4dde340185a4b42beacd46355f94ae41e25e4 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 16 Jun 2024 15:14:13 +0900 Subject: Add vector implementations --- algebraic-structures.vector.reducible.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 algebraic-structures.vector.reducible.scm (limited to 'algebraic-structures.vector.reducible.scm') diff --git a/algebraic-structures.vector.reducible.scm b/algebraic-structures.vector.reducible.scm new file mode 100644 index 0000000..d2e3638 --- /dev/null +++ b/algebraic-structures.vector.reducible.scm @@ -0,0 +1,3 @@ +(import (algebraic-structures reducible) + (only (algebraic-structures private vector))) +(module (algebraic-structures vector reducible) = ((algebraic-structures reducible) (algebraic-structures private vector))) -- cgit v1.2.3