aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler/translation/scheme/runtime.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/lang/compiler/translation/scheme/runtime.jvm.lux')
-rw-r--r--stdlib/source/lux/lang/compiler/translation/scheme/runtime.jvm.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/lux/lang/compiler/translation/scheme/runtime.jvm.lux b/stdlib/source/lux/lang/compiler/translation/scheme/runtime.jvm.lux
index b30aff3a2..7ba873999 100644
--- a/stdlib/source/lux/lang/compiler/translation/scheme/runtime.jvm.lux
+++ b/stdlib/source/lux/lang/compiler/translation/scheme/runtime.jvm.lux
@@ -9,11 +9,11 @@
(macro [code]
["s" syntax #+ syntax:]))
[/// #+ State]
- (//// [name]
- [compiler]
- [analysis #+ Variant]
- [synthesis]
- (host ["_" scheme #+ Expression Computation Var])))
+ (///// [name]
+ (host ["_" scheme #+ Expression Computation Var])
+ [compiler]
+ (compiler [analysis #+ Variant]
+ [synthesis])))
(type: #export Operation
(compiler.Operation (State Var Expression)))