aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/writer.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/control/writer.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/writer.lux b/stdlib/source/lux/control/writer.lux
index 8b8d7e38f..278fc9236 100644
--- a/stdlib/source/lux/control/writer.lux
+++ b/stdlib/source/lux/control/writer.lux
@@ -48,7 +48,7 @@
(let [[log1 [log2 a]] mma]
[(:: monoid compose log1 log2) a])))
-(structure: #export (with-writer monoid monad)
+(structure: #export (with monoid monad)
(All [l M] (-> (Monoid l) (Monad M) (Monad (All [a] (M (Writer l a))))))
(def: &functor (functor.compose (get@ #monad.&functor monad) ..functor))