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.list.alternative.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'algebraic-structures.private.list.alternative.scm') diff --git a/algebraic-structures.private.list.alternative.scm b/algebraic-structures.private.list.alternative.scm index a386e81..5395ded 100644 --- a/algebraic-structures.private.list.alternative.scm +++ b/algebraic-structures.private.list.alternative.scm @@ -1,6 +1,7 @@ (module (algebraic-structures private list alternative) (alt empty) (import (except scheme map apply) - (chicken module)) + (chicken module) + (only (algebraic-structures list applicative))) (reexport (algebraic-structures list applicative)) (define empty '()) -- cgit v1.2.3