diff options
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index 417db04b6..1bbdc4ee0 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -8,7 +8,8 @@ [control pipe ["p" parser ("#@." monad) - ["l" text (#+ Parser)]]] + ["l" text (#+ Parser)] + ["s" code]]] [data ["." bit] ["." maybe] @@ -22,7 +23,7 @@ ["." row (#+ Row row) ("#@." monad)] ["." dictionary (#+ Dictionary)]]] ["." macro (#+ monad with-gensyms) - ["s" syntax (#+ syntax:)] + [syntax (#+ syntax:)] ["." code]]]) (template [<name> <type>] |