aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/format/json.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/format/json.lux')
-rw-r--r--stdlib/source/library/lux/data/format/json.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/data/format/json.lux b/stdlib/source/library/lux/data/format/json.lux
index 4f95615ed..3a0e69a6c 100644
--- a/stdlib/source/library/lux/data/format/json.lux
+++ b/stdlib/source/library/lux/data/format/json.lux
@@ -12,12 +12,12 @@
["[0]" maybe]
["[0]" try (.only Try)]
["<>" parser (.open: "[1]#[0]" monad)
- ["<[0]>" text (.only Parser)]
["<[0]>" code]]]
[data
["[0]" bit]
["[0]" product]
- ["[0]" text (.open: "[1]#[0]" equivalence monoid)]
+ ["[0]" text (.open: "[1]#[0]" equivalence monoid)
+ ["<[1]>" \\parser (.only Parser)]]
[collection
["[0]" list (.open: "[1]#[0]" mix functor)]
["[0]" sequence (.only Sequence sequence) (.open: "[1]#[0]" monad)]