aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/reader.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/reader.lux')
-rw-r--r--stdlib/source/library/lux/control/reader.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/control/reader.lux b/stdlib/source/library/lux/control/reader.lux
index e7c59e57b..09431e513 100644
--- a/stdlib/source/library/lux/control/reader.lux
+++ b/stdlib/source/library/lux/control/reader.lux
@@ -53,7 +53,7 @@
(All (_ M) (-> (Monad M) (All (_ e) (Monad (All (_ a) (Reader e (M a)))))))
(def: &functor
- (functor.composite ..functor (value@ #monad.&functor monad)))
+ (functor.composite ..functor (value@ monad.&functor monad)))
(def: in
(|>> (\ monad in) (\ ..monad in)))