diff options
Diffstat (limited to 'lux-python/source')
-rw-r--r-- | lux-python/source/program.lux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index d0bf7a8fd..9bf158197 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -1,6 +1,6 @@ (.using [library - [lux (.full) + [lux (.except) [program (.only program:)] ["[0]" ffi (.only import:)] ["[0]" debug] @@ -32,7 +32,7 @@ [number ["n" nat] ["[0]" i64]]] - ["[0]" world "_" + ["[0]" world ["[0]" file] ["[1]/[0]" program]] ["@" target @@ -52,9 +52,9 @@ [phase ["[0]" extension (.only Extender Handler) ["[1]/[0]" bundle] - ["[0]" analysis "_" + ["[0]" analysis ["[1]" python]] - ["[0]" generation "_" + ["[0]" generation ["[1]" python]]] [generation ["[0]" reference] @@ -67,7 +67,7 @@ ["[0]" cli] [archive (.only Archive) ["[0]" unit]] - ["[0]" packager "_" + ["[0]" packager ["[1]" script]]]]]]] [program ["/" compositor]]) |