diff options
Diffstat (limited to 'monad/state.scm')
-rw-r--r-- | monad/state.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monad/state.scm b/monad/state.scm index 86a5c75..12275d1 100644 --- a/monad/state.scm +++ b/monad/state.scm @@ -1,6 +1,6 @@ (define-module (monad state) #:use-module (monad core) - #:re-export (with-monad:) + #:re-export (with-monad) #:export (state-monad run-state get put modify)) |