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.applicative.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'algebraic-structures.private.list.applicative.scm') diff --git a/algebraic-structures.private.list.applicative.scm b/algebraic-structures.private.list.applicative.scm index 6bbfad7..7b04b23 100644 --- a/algebraic-structures.private.list.applicative.scm +++ b/algebraic-structures.private.list.applicative.scm @@ -3,7 +3,8 @@ (only (srfi 1) append! reverse!) (only (chicken base) assert cut) (only matchable match) - (chicken module)) + (chicken module) + (only (algebraic-structures list functor))) (export pure map2) (reexport (algebraic-structures list functor)) -- cgit v1.2.3