From 58f89e40b2851d334f239d629bbe28cf59f94876 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 16 Jun 2024 18:20:08 +0900 Subject: Import reexported modules --- algebraic-structures.private.vector.zip.applicative.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'algebraic-structures.private.vector.zip.applicative.scm') diff --git a/algebraic-structures.private.vector.zip.applicative.scm b/algebraic-structures.private.vector.zip.applicative.scm index 5e644e0..5dbb4aa 100644 --- a/algebraic-structures.private.vector.zip.applicative.scm +++ b/algebraic-structures.private.vector.zip.applicative.scm @@ -1,7 +1,8 @@ (module (algebraic-structures private vector zip applicative) () (import scheme (chicken module) - (only (srfi 133) vector-map)) + (only (srfi 133) vector-map) + (only (algebraic-structures vector functor))) (export pure map2) (reexport (algebraic-structures vector functor)) -- cgit v1.2.3