aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux')
-rw-r--r--stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux b/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux
index bcae96966..954efde26 100644
--- a/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux
+++ b/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux
@@ -2,13 +2,13 @@
[lux #*
[abstract
["." monad (#+ do)]]
- [host
+ [target
["_" python (#+ Expression)]]]
["." // #_
["#." runtime (#+ Operation Phase)]
["#." primitive]
- ["#//" ///
- ["#/" // #_
+ ["//#" ///
+ ["/#" // #_
[analysis (#+ Variant Tuple)]
["#." synthesis (#+ Synthesis)]]]])