aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lua/source/program.lux')
-rw-r--r--lux-lua/source/program.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux
index e267906b1..3a77e7017 100644
--- a/lux-lua/source/program.lux
+++ b/lux-lua/source/program.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux (.full)
+ [lux (.except)
[program (.only program:)]
["[0]" ffi]
["[0]" static]
@@ -30,7 +30,7 @@
[number (.only hex)
["n" nat]
["[0]" i64]]]
- ["[0]" world "_"
+ ["[0]" world
["[0]" file]
["[1]/[0]" program]]
["@" target
@@ -49,9 +49,9 @@
[phase
["[0]" extension (.only Extender Handler)
["[1]/[0]" bundle]
- ["[0]" analysis "_"
+ ["[0]" analysis
["[1]" lua]]
- ["[0]" generation "_"
+ ["[0]" generation
["[1]" lua]]]
[generation
["[0]" reference]
@@ -63,7 +63,7 @@
["[0]" cli]
["[0]" context]
[archive (.only Archive)]
- ["[0]" packager "_"
+ ["[0]" packager
["[1]" script]]]]]]]
[program
["/" compositor]])