aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux
index 8e22cf563..68c958870 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux
@@ -9,12 +9,13 @@
[collection
["[0]" list (.use "[1]#[0]" functor mix)]
["[0]" set]]]
- [macro
- ["^" pattern]]
[math
[number
["n" nat]
["i" int]]]
+ [meta
+ [macro
+ ["^" pattern]]]
[target
["_" ruby (.only Expression LVar Statement)]]]]
["[0]" //