summaryrefslogtreecommitdiff
path: root/monad/maybe.scm
diff options
context:
space:
mode:
Diffstat (limited to 'monad/maybe.scm')
-rw-r--r--monad/maybe.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/monad/maybe.scm b/monad/maybe.scm
index fdf4de7..075d456 100644
--- a/monad/maybe.scm
+++ b/monad/maybe.scm
@@ -2,7 +2,7 @@
#:use-module (monad core)
#:use-module (srfi srfi-9)
#:use-module (ice-9 match)
- #:re-export (with-monad:)
+ #:re-export (with-monad)
#:export (maybe-monad
Just just? from-just
Nothing))