From c98d8212928d109760c27446eb954c2202596f27 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 16 Jun 2024 19:25:18 +0900 Subject: Import only necessary identifiers --- algebraic-structures.monad.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algebraic-structures.monad.scm') diff --git a/algebraic-structures.monad.scm b/algebraic-structures.monad.scm index 8e906e3..2a7f466 100644 --- a/algebraic-structures.monad.scm +++ b/algebraic-structures.monad.scm @@ -5,7 +5,7 @@ (map scheme:map) (do scheme:do)) (chicken base) - M) + (only M pure map1 map2 map apply >>=)) (import-for-syntax matchable (chicken syntax) (only (srfi 1) every last)) -- cgit v1.2.3