aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/jvm/structure.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/jvm/structure.lux (renamed from stdlib/source/library/lux/meta/compiler/language/lux/phase/generation/jvm/structure.lux)6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/meta/compiler/language/lux/phase/generation/jvm/structure.lux b/stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/jvm/structure.lux
index a05e38434..8f1f7696d 100644
--- a/stdlib/source/library/lux/meta/compiler/language/lux/phase/generation/jvm/structure.lux
+++ b/stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/jvm/structure.lux
@@ -20,7 +20,7 @@
["[0]" signed]]]]]]]
["[0]" //
["[1][0]" type]
- ["[1][0]" runtime (.only Operation Phase Generator)]
+ ["[1][0]" runtime (.only Operation Phase Translator)]
["[1][0]" primitive]
["///[1]" ////
["[1][0]" synthesis (.only Synthesis)]
@@ -30,7 +30,7 @@
["[0]" phase]]]])
(def .public (tuple phase archive membersS)
- (Generator (Tuple Synthesis))
+ (Translator (Tuple Synthesis))
(when membersS
{.#End}
(at phase.monad in //runtime.unit)
@@ -83,7 +83,7 @@
//runtime.left_right?))
(def .public (variant phase archive [lefts right? valueS])
- (Generator (Variant Synthesis))
+ (Translator (Variant Synthesis))
(do phase.monad
[valueI (phase archive valueS)]
(in (do _.monad