diff options
Diffstat (limited to 'stdlib/source/lux/language/compiler/translation/scheme/extension.jvm.lux')
-rw-r--r-- | stdlib/source/lux/language/compiler/translation/scheme/extension.jvm.lux | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/lux/language/compiler/translation/scheme/extension.jvm.lux b/stdlib/source/lux/language/compiler/translation/scheme/extension.jvm.lux index 9fa0abc55..f746bc142 100644 --- a/stdlib/source/lux/language/compiler/translation/scheme/extension.jvm.lux +++ b/stdlib/source/lux/language/compiler/translation/scheme/extension.jvm.lux @@ -1,15 +1,15 @@ (.module: lux - (lux (control [monad #+ do] - ["ex" exception #+ exception:]) + (lux (control [monad (#+ do)] + ["ex" exception (#+ exception:)]) (data [maybe] text/format - (collection ["dict" dictionary #+ Dictionary]))) - (///// [reference #+ Register Variable] - (host ["_" scheme #+ Computation]) + (collection ["dict" dictionary (#+ Dictionary)]))) + (///// [reference (#+ Register Variable)] + (host ["_" scheme (#+ Computation)]) [compiler "operation/" Monad<Operation>] - (compiler [synthesis #+ Synthesis])) - [//runtime #+ Operation Translator] + (compiler [synthesis (#+ Synthesis)])) + [//runtime (#+ Operation Translator)] [/common] ## [/host] ) |