aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/translation/scheme/structure.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/translation/scheme/structure.jvm.lux')
-rw-r--r--stdlib/source/lux/language/compiler/translation/scheme/structure.jvm.lux14
1 files changed, 8 insertions, 6 deletions
diff --git a/stdlib/source/lux/language/compiler/translation/scheme/structure.jvm.lux b/stdlib/source/lux/language/compiler/translation/scheme/structure.jvm.lux
index 4db023b38..ea5440d67 100644
--- a/stdlib/source/lux/language/compiler/translation/scheme/structure.jvm.lux
+++ b/stdlib/source/lux/language/compiler/translation/scheme/structure.jvm.lux
@@ -1,10 +1,12 @@
(.module:
- lux
- (lux (control [monad (#+ do)]))
- (///// (host ["_" scheme (#+ Expression)])
- [compiler]
- (compiler [analysis (#+ Variant Tuple)]
- [synthesis (#+ Synthesis)]))
+ [lux #*
+ [control [monad (#+ do)]]]
+ [/////
+ [host
+ ["_" scheme (#+ Expression)]]
+ ["." compiler
+ [analysis (#+ Variant Tuple)]
+ [synthesis (#+ Synthesis)]]]
[//runtime (#+ Operation Translator)]
[//primitive])