aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/polytypic/lux/data/format/json.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/polytypic/lux/data/format/json.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/polytypic/lux/data/format/json.lux b/stdlib/source/polytypic/lux/data/format/json.lux
index 8ce7112e3..064e4bcce 100644
--- a/stdlib/source/polytypic/lux/data/format/json.lux
+++ b/stdlib/source/polytypic/lux/data/format/json.lux
@@ -5,10 +5,8 @@
[monad (.only do)]
["[0]" codec]]
[control
- ["[0]" try]
- ["<>" parser (.only)
- ["<[0]>" type]
- ["<[0]>" code]]]
+ ["<>" parser]
+ ["[0]" try]]
[data
["[0]" text (.only)
["%" \\format (.only format)]]
@@ -21,7 +19,8 @@
["[0]" dictionary]]]
[macro
[syntax (.only syntax)]
- ["[0]" code]]
+ ["[0]" code (.only)
+ ["<[1]>" \\parser]]]
[math
[number
["n" nat (.use "[1]#[0]" decimal)]
@@ -35,6 +34,7 @@
["[0]" day]
["[0]" month]]
["[0]" type (.only)
+ ["<[1]>" \\parser]
["[0]" unit]
["[0]" poly (.only polytypic)]]]]
[\\library