aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/structure.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/structure.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/structure.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/structure.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/structure.lux
index 791f06d76..3cdbd9591 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/structure.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/structure.lux
@@ -15,7 +15,7 @@
["//[1]" ///
["[1][0]" phase (.open: "[1]#[0]" monad)]]]])
-(def: .public (tuple generate archive elemsS+)
+(def .public (tuple generate archive elemsS+)
(Generator (Tuple Synthesis))
(case elemsS+
{.#End}
@@ -29,7 +29,7 @@
(monad.each ///////phase.monad (generate archive))
(///////phase#each _.array))))
-(def: .public (variant generate archive [lefts right? valueS])
+(def .public (variant generate archive [lefts right? valueS])
(Generator (Variant Synthesis))
(///////phase#each (//runtime.variant lefts right?)
(generate archive valueS)))