diff options
Diffstat (limited to 'new-luxc/source/luxc/cache.lux')
-rw-r--r-- | new-luxc/source/luxc/cache.lux | 2 |
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>)) |