aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/polytypic/lux/data/format/json.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-26 12:55:04 -0400
committerEduardo Julian2022-06-26 12:55:04 -0400
commit3053fd79bc6ae42415298ee056a268dc2c9b690c (patch)
treea71ac65955b42978160087b933c962b27f85fbcc /stdlib/source/polytypic/lux/data/format/json.lux
parent716ca5377386ca87eded7dd514ccc17f8ed281c3 (diff)
New "parser" hierarchy. [Part 4]
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