diff options
Diffstat (limited to 'algebraic-structures.monad.scm')
-rw-r--r-- | algebraic-structures.monad.scm | 2 |
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)) |