aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/jvm/function/method/apply.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/jvm/function/method/apply.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/jvm/function/method/apply.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/jvm/function/method/apply.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/jvm/function/method/apply.lux
index de389d38f..93659cad4 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/jvm/function/method/apply.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/jvm/function/method/apply.lux
@@ -1,8 +1,8 @@
(.module:
[library
- [lux {"-" [Type type]}
+ [lux {"-" Type type}
[abstract
- ["[0]" monad {"+" [do]}]]
+ ["[0]" monad {"+" do}]]
[control
["[0]" try]]
[data
@@ -14,14 +14,14 @@
["[0]" list ("[1]#[0]" monoid functor)]]]
[target
[jvm
- ["_" bytecode {"+" [Label Bytecode]} ("[1]#[0]" monad)]
- ["[0]" method {"+" [Method]}]
+ ["_" bytecode {"+" Label Bytecode} ("[1]#[0]" monad)]
+ ["[0]" method {"+" Method}]
[constant
- [pool {"+" [Resource]}]]
+ [pool {"+" Resource}]]
[encoding
["[0]" signed]]
- ["[0]" type {"+" [Type]}
- ["[0]" category {"+" [Class]}]]]]]]
+ ["[0]" type {"+" Type}
+ ["[0]" category {"+" Class}]]]]]]
["[0]" //
["[1][0]" reset]
["[1][0]" implementation]
@@ -40,12 +40,12 @@
["[1][0]" value]
["[1][0]" reference]
[////
- [analysis {"+" [Environment]}]
- [synthesis {"+" [Synthesis]}]
+ [analysis {"+" Environment}]
+ [synthesis {"+" Synthesis}]
[///
- [arity {"+" [Arity]}]
+ [arity {"+" Arity}]
[reference
- [variable {"+" [Register]}]]]]]]])
+ [variable {"+" Register}]]]]]]])
(def: (increment by)
(-> Nat (Bytecode Any))