aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/maybe.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-02-24 21:30:10 -0400
committerEduardo Julian2019-02-24 21:30:10 -0400
commit2ae7dc30bf91d709a6038871e9c967dafb15cf49 (patch)
treee8643c571c640b6f4b81723f95a6573f6b87c01b /stdlib/source/lux/data/maybe.lux
parenta72e34d30eaf3557f9b76ced9605a95759ce8eca (diff)
Improved the names of monad transformers.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/maybe.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/maybe.lux b/stdlib/source/lux/data/maybe.lux
index 5b780e999..e00b89234 100644
--- a/stdlib/source/lux/data/maybe.lux
+++ b/stdlib/source/lux/data/maybe.lux
@@ -65,7 +65,7 @@
_
#0)))
-(structure: #export (with-maybe monad)
+(structure: #export (with monad)
(All [M] (-> (Monad M) (Monad (All [a] (M (Maybe a))))))
(def: &functor (functor.compose (get@ #monad.&functor monad) ..functor))