diff options
Diffstat (limited to 'lux-scheme')
-rw-r--r-- | lux-scheme/source/program.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux index 57b2544e2..baed342d7 100644 --- a/lux-scheme/source/program.lux +++ b/lux-scheme/source/program.lux @@ -27,7 +27,7 @@ ["[0]" i64]]] [time ["[0]" instant]] - ["[0]" world "_" + ["[0]" world ["[0]" file] ["[1]/[0]" program]] ["@" target @@ -47,9 +47,9 @@ [phase ["[0]" extension (.only Extender Handler) ["[1]/[0]" bundle] - ["[0]" analysis "_" + ["[0]" analysis ["[1]" scheme]] - ["[0]" generation "_" + ["[0]" generation ["[1]" scheme]]] [generation ["[0]" reference] @@ -58,7 +58,7 @@ [default ["[0]" platform (.only Platform)]] [meta - ["[0]" packager "_" + ["[0]" packager ["[1]" scheme]]]]]] [program ["/" compositor |