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/lang | |
parent | 00c5bad77dda7e204642976e67da536f82f0cbcf (diff) |
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/lang/syntax.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/lang/syntax.lux b/stdlib/source/lux/lang/syntax.lux index 1a9b5e84c..1296cfaa5 100644 --- a/stdlib/source/lux/lang/syntax.lux +++ b/stdlib/source/lux/lang/syntax.lux @@ -38,7 +38,7 @@ (text ["l" lexer] format) (coll [sequence #+ Sequence] - (dict ["dict" unordered #+ Dict]))))) + (dictionary ["dict" unordered #+ Dict]))))) (type: #export Aliases (Dict Text Text)) |