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.stream.applicative.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'algebraic-structures.private.stream.applicative.scm') diff --git a/algebraic-structures.private.stream.applicative.scm b/algebraic-structures.private.stream.applicative.scm index 0389ad9..ac67e0c 100644 --- a/algebraic-structures.private.stream.applicative.scm +++ b/algebraic-structures.private.stream.applicative.scm @@ -2,7 +2,8 @@ (import scheme (srfi 41) (only (chicken base) cute) - (chicken module)) + (chicken module) + (only (algebraic-structures stream functor))) (export pure map2) (reexport (algebraic-structures stream functor)) -- cgit v1.2.3