aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/codec.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/abstract/codec.lux')
-rw-r--r--stdlib/source/library/lux/abstract/codec.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/abstract/codec.lux b/stdlib/source/library/lux/abstract/codec.lux
index e3f987bd2..57d280fbb 100644
--- a/stdlib/source/library/lux/abstract/codec.lux
+++ b/stdlib/source/library/lux/abstract/codec.lux
@@ -2,9 +2,9 @@
[library
[lux "*"
[control
- ["[0]" try {"+" [Try]}]]]]
+ ["[0]" try {"+" Try}]]]]
[//
- [monad {"+" [do]}]
+ [monad {"+" do}]
["[0]" functor]])
(type: .public (Codec m a)