aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/reader.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/control/reader.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/control/reader.lux b/stdlib/source/library/lux/control/reader.lux
index 91439facf..e7c59e57b 100644
--- a/stdlib/source/library/lux/control/reader.lux
+++ b/stdlib/source/library/lux/control/reader.lux
@@ -3,8 +3,8 @@
[lux {"-" [local]}
[abstract
[apply {"+" [Apply]}]
- ["." functor {"+" [Functor]}]
- ["." monad {"+" [Monad do]}]]]])
+ ["[0]" functor {"+" [Functor]}]
+ ["[0]" monad {"+" [Monad do]}]]]])
(type: .public (Reader r a)
(-> r a))