aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/cache.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-05-10 20:16:56 -0400
committerEduardo Julian2018-05-10 20:16:56 -0400
commit0594525aea5a62355838116a1408f7ce7a7ba0b4 (patch)
tree3c00ce0edbadc3eb1566e825579e51f24bd5eb88 /new-luxc/source/luxc/cache.lux
parent022ada35548ef5e0e3b9614f9bb96de9d2137ced (diff)
- Adjusted new-luxc to latest changes.
Diffstat (limited to 'new-luxc/source/luxc/cache.lux')
-rw-r--r--new-luxc/source/luxc/cache.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/cache.lux b/new-luxc/source/luxc/cache.lux
index 2b47c12dc..8be91fb35 100644
--- a/new-luxc/source/luxc/cache.lux
+++ b/new-luxc/source/luxc/cache.lux
@@ -1,7 +1,7 @@
(.module:
lux
(lux (data [text]
- (coll [dict #+ Dict]))))
+ (coll (dictionary ["dict" unordered #+ Dict])))))
(type: #export Cache (Dict Text Module))
(def: #export empty Cache (dict.new text.Hash<Text>))