diff options
author | Eduardo Julian | 2018-05-01 21:58:26 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-05-01 21:58:26 -0400 |
commit | 786532a1cad201a8f460f312b236e926b0c2959c (patch) | |
tree | d0c8e59d8d7daa553d5252a49fb6cd78a1804af4 /stdlib/source/lux/data/format/json.lux | |
parent | 00c5bad77dda7e204642976e67da536f82f0cbcf (diff) |
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index 8ce54e9f2..7dfb7be5e 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -16,7 +16,7 @@ [product] (coll [list "list/" Fold<List> Monad<List>] [sequence #+ Sequence sequence "sequence/" Monad<Sequence>] - (dict ["dict" unordered #+ Dict]))) + (dictionary ["dict" unordered #+ Dict]))) [macro #+ Monad<Meta> with-gensyms] (macro ["s" syntax #+ syntax:] [code] |