aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/jvm/host.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/jvm/host.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/jvm/host.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/jvm/host.lux
index 7058b41c6..b7e629594 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/jvm/host.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/jvm/host.lux
@@ -20,7 +20,7 @@
["[0]" list ("[1]#[0]" monad)]
["[0]" dictionary {"+" Dictionary}]
["[0]" set]
- ["[0]" row]]
+ ["[0]" sequence]]
["[0]" format "_"
["[1]" binary]]]
[target
@@ -1079,7 +1079,7 @@
(foreign.variables total_environment)
(list& (..with_anonymous_init class total_environment super_class inputsTI)
method_definitions)
- (row.row)))
+ (sequence.sequence)))
_ (//////generation.execute! [anonymous_class_name bytecode])
_ (//////generation.save! (%.nat artifact_id) [anonymous_class_name bytecode])]
(anonymous_instance generate archive class total_environment)))]))