aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.monad.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-16 19:25:18 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-16 19:25:18 +0900
commitc98d8212928d109760c27446eb954c2202596f27 (patch)
treec2547e228b138451dbafa144bd33c4a1502a162d /algebraic-structures.monad.scm
parent8a249bc142d021b42a1c71876c6adf3d1168f270 (diff)
Import only necessary identifiers
Diffstat (limited to 'algebraic-structures.monad.scm')
-rw-r--r--algebraic-structures.monad.scm2
1 files changed, 1 insertions, 1 deletions
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))