aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly/lux/data/format/json.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/poly/lux/data/format/json.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/poly/lux/data/format/json.lux b/stdlib/source/poly/lux/data/format/json.lux
index cc6271a34..bb75c1403 100644
--- a/stdlib/source/poly/lux/data/format/json.lux
+++ b/stdlib/source/poly/lux/data/format/json.lux
@@ -7,12 +7,12 @@
["[0]" codec]]
[control
["[0]" try]
- ["<>" parser
+ ["<>" parser (.only)
["</>" json]
["<[0]>" type]
["<[0]>" code]]]
[data
- ["[0]" text
+ ["[0]" text (.only)
["%" format (.only format)]]
[collection
["[0]" list ("[1]#[0]" monad)]
@@ -33,7 +33,7 @@
["[0]" date]
["[0]" day]
["[0]" month]]
- ["[0]" type
+ ["[0]" type (.only)
["[0]" unit]
["[0]" poly (.only poly:)]]]]
[\\library