diff options
author | Eduardo Julian | 2018-07-10 20:42:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-10 20:42:57 -0400 |
commit | 83f18eb967cfaa4f3403f58f3f80bc4945218cd8 (patch) | |
tree | f9fd11a101ecf7b8264922446943d4844f5ea1e9 /stdlib/source/lux/data/format/json.lux | |
parent | 2f4233ded0dce94c12f52db5fef0769670c78fdd (diff) |
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index c3069c939..392e16c3b 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -14,9 +14,9 @@ ["e" error] [sum] [product] - (coll [list "list/" Fold<List> Monad<List>] - [row #+ Row row "row/" Monad<Row>] - ["dict" dictionary #+ Dictionary])) + (collection [list "list/" Fold<List> Monad<List>] + [row #+ Row row "row/" Monad<Row>] + ["dict" dictionary #+ Dictionary])) [macro #+ Monad<Meta> with-gensyms] (macro ["s" syntax #+ syntax:] [code]))) |