aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/codec.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 7308a0cd7..9a772accf 100644
--- a/stdlib/source/library/lux/abstract/codec.lux
+++ b/stdlib/source/library/lux/abstract/codec.lux
@@ -2,10 +2,10 @@
[library
[lux "*"
[control
- ["." try {"+" [Try]}]]]]
+ ["[0]" try {"+" [Try]}]]]]
[//
[monad {"+" [do]}]
- ["." functor]])
+ ["[0]" functor]])
(type: .public (Codec m a)
(Interface