From bcd70df3568d71f14763959f454c15d8164e2d15 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 1 Aug 2021 03:36:11 -0400 Subject: Even more renamings. --- stdlib/source/program/compositor.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source/program/compositor.lux') diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 5976c681a..6d19548fb 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -99,7 +99,7 @@ [] (loop [pending host_dependencies output (: (Dictionary file.Path Binary) - (dictionary.new text.hash))] + (dictionary.empty text.hash))] (case pending #.End (in output) -- cgit v1.2.3