diff options
| author | Eduardo Julian | 2019-03-03 02:22:23 -0400 | 
|---|---|---|
| committer | Eduardo Julian | 2019-03-03 02:22:23 -0400 | 
| commit | 56219b002c43690e74e3e0c88fed32143dcc7e28 (patch) | |
| tree | 665aafd4f8d80ed6f5722a673229630b699a6cc3 /new-luxc/source/luxc/lang/translation | |
| parent | bd433efacc33492705b09953d321b844d2b1c9f0 (diff) | |
Some refactoring around analysis.
Diffstat (limited to '')
| -rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux | 2 | ||||
| -rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux index 65a66e65a..87a930b7a 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/function.jvm.lux @@ -11,9 +11,9 @@       ["." list ("#/." functor monoid)]]]     [tool      [compiler +     [analysis (#+ Arity)]       ["_." reference (#+ Register Variable)]       ["." phase -      [analysis (#+ Arity)]        [synthesis (#+ Synthesis Abstraction Apply)]        ["." translation]]]]]    [luxc diff --git a/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux index 81bae4cd2..0dbef1563 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux @@ -10,8 +10,8 @@     ["." math]     [tool      [compiler +     [analysis (#+ Arity)]       ["." phase -      [analysis (#+ Arity)]        ["." translation]]]]]    [luxc     [lang | 
