From 0594525aea5a62355838116a1408f7ce7a7ba0b4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 10 May 2018 20:16:56 -0400 Subject: - Adjusted new-luxc to latest changes. --- new-luxc/source/luxc/cache.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new-luxc/source/luxc/cache.lux') 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)) -- cgit v1.2.3