aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/meta/cache.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-11 07:36:33 -0400
committerEduardo Julian2018-07-11 07:36:33 -0400
commite7fc42bbc7d0b56384864a6fcd1b1e0bf8cd880b (patch)
tree7308aa31dcbc71a63024bae62e2d314d2cfac63a /stdlib/source/lux/language/compiler/meta/cache.lux
parent5efe74b9eba910d5389e20be07b504b1dad69504 (diff)
- Improvements to import syntax [part 1].
Diffstat (limited to 'stdlib/source/lux/language/compiler/meta/cache.lux')
-rw-r--r--stdlib/source/lux/language/compiler/meta/cache.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/language/compiler/meta/cache.lux b/stdlib/source/lux/language/compiler/meta/cache.lux
index 295f7bc38..e2de04813 100644
--- a/stdlib/source/lux/language/compiler/meta/cache.lux
+++ b/stdlib/source/lux/language/compiler/meta/cache.lux
@@ -3,14 +3,14 @@
(lux (control [monad (#+ Monad do)]
["ex" exception (#+ exception:)]
pipe)
- (data [bool "bool/" Equivalence<Bool>]
+ (data [bool ("bool/" Equivalence<Bool>)]
[maybe]
[error]
[product]
(format [binary (#+ Binary)])
[text]
text/format
- (collection [list "list/" Functor<List> Fold<List>]
+ (collection [list ("list/" Functor<List> Fold<List>)]
["dict" dictionary (#+ Dictionary)]
[set (#+ Set)]))
(world [file (#+ File System)]))