aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/reader.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/control/reader.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/reader.lux b/stdlib/source/lux/control/reader.lux
index dc18cb43e..01b139b82 100644
--- a/stdlib/source/lux/control/reader.lux
+++ b/stdlib/source/lux/control/reader.lux
@@ -51,7 +51,7 @@
(function (_ env)
(mma env env))))
-(structure: #export (with-reader monad)
+(structure: #export (with monad)
{#.doc "Monad transformer for Reader."}
(All [M] (-> (Monad M) (All [e] (Monad (All [a] (Reader e (M a)))))))