diff options
author | Eduardo Julian | 2019-10-16 00:51:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-10-16 00:51:45 -0400 |
commit | 688870c71829e1bee89c9f827cc2032507cc507b (patch) | |
tree | 8724a93a437936d8120143656d6e2926e68789cc /stdlib/source/lux/tool | |
parent | 2b5351eb4624ce3c3ada994caaaea77c9d397eb8 (diff) |
Small refactoring
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/tool/compiler/phase/generation/jvm.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/generation/jvm.lux b/stdlib/source/lux/tool/compiler/phase/generation/jvm.lux index 23f3defea..b67ddcbcd 100644 --- a/stdlib/source/lux/tool/compiler/phase/generation/jvm.lux +++ b/stdlib/source/lux/tool/compiler/phase/generation/jvm.lux @@ -7,9 +7,9 @@ ["#." primitive] ["#." structure] ["#." reference] - ["#." function] - ## ["." case] - ## ["." loop] + ## ["#." function] + ## ["#." case] + ## ["#." loop] ["//#" /// ## ["." extension] [// @@ -58,7 +58,7 @@ ## (/loop.recur generate updates) ## (^ (synthesis.function/abstraction abstraction)) - ## (/function.function generate abstraction) + ## (/function.abstraction generate abstraction) ## (^ (synthesis.function/apply application)) ## (/function.apply generate application) |