diff options
Diffstat (limited to 'lux-jvm')
-rw-r--r-- | lux-jvm/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index 592d9dea6..980afea58 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -1,6 +1,6 @@ (.using [library - [lux {"-" Definition} + [lux (.except Definition) [program (.only program:)] ["@" target] ["[0]" ffi (.only import:)] |