diff options
author | Eduardo Julian | 2021-09-13 00:29:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-13 00:29:57 -0400 |
commit | 376c3e472fbb1e2656f8c61b26e0276570609aa1 (patch) | |
tree | bc76d7aeff4f2b889ae262a64dc8d26b0476068d /stdlib/source/library/lux/data/format/json.lux | |
parent | 2dbbaaec93a53f8dd0b96a0028b9cf125c9066cd (diff) |
Updated only/except import syntax to take into account record => variant syntax change.
Diffstat (limited to 'stdlib/source/library/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/library/lux/data/format/json.lux | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/library/lux/data/format/json.lux b/stdlib/source/library/lux/data/format/json.lux index 342e847f4..0a160e2ff 100644 --- a/stdlib/source/library/lux/data/format/json.lux +++ b/stdlib/source/library/lux/data/format/json.lux @@ -1,18 +1,18 @@ (.module: [library [lux "*" - ["[0]" meta {"+" [monad]}] + ["[0]" meta {"+" monad}] [abstract - [equivalence {"+" [Equivalence]}] - [codec {"+" [Codec]}] - [predicate {"+" [Predicate]}] - ["[0]" monad {"+" [do]}]] + [equivalence {"+" Equivalence}] + [codec {"+" Codec}] + [predicate {"+" Predicate}] + ["[0]" monad {"+" do}]] [control pipe ["[0]" maybe] - ["[0]" try {"+" [Try]}] + ["[0]" try {"+" Try}] ["<>" parser ("[1]#[0]" monad) - ["<[0]>" text {"+" [Parser]}] + ["<[0]>" text {"+" Parser}] ["<[0]>" code]]] [data ["[0]" bit] @@ -20,10 +20,10 @@ ["[0]" text ("[1]#[0]" equivalence monoid)] [collection ["[0]" list ("[1]#[0]" mix functor)] - ["[0]" row {"+" [Row row]} ("[1]#[0]" monad)] - ["[0]" dictionary {"+" [Dictionary]}]]] + ["[0]" row {"+" Row row} ("[1]#[0]" monad)] + ["[0]" dictionary {"+" Dictionary}]]] [macro - [syntax {"+" [syntax:]}] + [syntax {"+" syntax:}] ["[0]" code]] [math [number |