diff options
Diffstat (limited to 'monad/either.scm')
-rw-r--r-- | monad/either.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monad/either.scm b/monad/either.scm index 91725b2..e52eaa4 100644 --- a/monad/either.scm +++ b/monad/either.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 (either-monad Left Right)) |