aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/meta/cache/dependency.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/platform/compiler/meta/cache/dependency.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/platform/compiler/meta/cache/dependency.lux b/stdlib/source/lux/platform/compiler/meta/cache/dependency.lux
index e63fa192b..d18b92d59 100644
--- a/stdlib/source/lux/platform/compiler/meta/cache/dependency.lux
+++ b/stdlib/source/lux/platform/compiler/meta/cache/dependency.lux
@@ -3,14 +3,14 @@
[data
["." text]
[collection
- [list ("list/." Functor<List> Fold<List>)]
+ [list ("list/." functor fold)]
["dict" dictionary (#+ Dictionary)]]]]
[///io (#+ Module)]
[///archive (#+ Archive)])
(type: #export Graph (Dictionary Module (List Module)))
-(def: #export empty Graph (dict.new text.Hash<Text>))
+(def: #export empty Graph (dict.new text.hash))
(def: #export (add to from)
(-> Module Module Graph Graph)