aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/cache/io.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/io.lux
parent022ada35548ef5e0e3b9614f9bb96de9d2137ced (diff)
- Adjusted new-luxc to latest changes.
Diffstat (limited to 'new-luxc/source/luxc/cache/io.lux')
-rw-r--r--new-luxc/source/luxc/cache/io.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/new-luxc/source/luxc/cache/io.lux b/new-luxc/source/luxc/cache/io.lux
index 62585c0bc..998c658ac 100644
--- a/new-luxc/source/luxc/cache/io.lux
+++ b/new-luxc/source/luxc/cache/io.lux
@@ -9,8 +9,8 @@
[text "text/" Hash<Text>]
text/format
(coll [list "list/" Fold<List>]
- [dict #+ Dict]
- [set #+ Set]))
+ (dictionary ["dict" unordered #+ Dict])
+ (set ["set" unordered #+ Set])))
(lang [syntax #+ Aliases])
[io #+ Process "process/" Monad<Process>]
(concurrency [atom #+ Atom atom])
@@ -25,7 +25,6 @@
[(exception: #export (<name> {message Text})
message)]
- [Invalid-Lux-Version]
[Module-Is-Not-Cached]
[Cannot-Pre-Load-Cache-More-Than-Once]
[Cannot-Delete-Cached-File]