aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/import.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/compositor/import.lux')
-rw-r--r--stdlib/source/program/compositor/import.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/compositor/import.lux b/stdlib/source/program/compositor/import.lux
index 1e9145bdb..eec954cd5 100644
--- a/stdlib/source/program/compositor/import.lux
+++ b/stdlib/source/program/compositor/import.lux
@@ -72,5 +72,5 @@
(monad.fold (: (Monad Action)
(try.with async.monad))
(..import_library system)
- (dictionary.new text.hash)
+ (dictionary.empty text.hash)
libraries))