aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/ruby/case.lux36
1 files changed, 18 insertions, 18 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 1954b88e9..8d19caff8 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
@@ -2,37 +2,37 @@
[library
[lux {"-" [case let if]}
[abstract
- ["." monad {"+" [do]}]]
+ ["[0]" monad {"+" [do]}]]
[control
[exception {"+" [exception:]}]]
[data
- ["." text
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." list ("#\." functor mix)]
- ["." set]]]
+ ["[0]" list ("[1]\[0]" functor mix)]
+ ["[0]" set]]]
[math
[number
["n" nat]
["i" int]]]
[target
["_" ruby {"+" [Expression LVar Statement]}]]]]
- ["." // "_"
- ["#." runtime {"+" [Operation Phase Generator Phase! Generator!]}]
- ["#." reference]
- ["#." primitive]
- ["/#" // "_"
- ["#." reference]
- ["/#" // "_"
+ ["[0]" // "_"
+ ["[1][0]" runtime {"+" [Operation Phase Generator Phase! Generator!]}]
+ ["[1][0]" reference]
+ ["[1][0]" primitive]
+ ["/[1]" // "_"
+ ["[1][0]" reference]
+ ["/[1]" // "_"
[synthesis
- ["." case]]
- ["/#" // "_"
- ["#." synthesis {"+" [Member Synthesis Path]}]
- ["#." generation]
- ["//#" /// "_"
+ ["[0]" case]]
+ ["/[1]" // "_"
+ ["[1][0]" synthesis {"+" [Member Synthesis Path]}]
+ ["[1][0]" generation]
+ ["//[1]" /// "_"
[reference
- ["#." variable {"+" [Register]}]]
- ["#." phase ("#\." monad)]
+ ["[1][0]" variable {"+" [Register]}]]
+ ["[1][0]" phase ("[1]\[0]" monad)]
[meta
[archive {"+" [Archive]}]]]]]]])