aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/primitive.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-08-20 22:26:23 -0400
committerEduardo Julian2019-08-20 22:26:23 -0400
commit74662caf09a43bf3057f89ea9f3f7c8163e09851 (patch)
tree4783df3475163298d76e59c1d2ac41fd10eea826 /new-luxc/source/luxc/lang/translation/jvm/primitive.lux
parent59ededb795732e04ac8e1eaceb2b1509a1c1cc23 (diff)
Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/jvm/primitive.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/jvm/primitive.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/lang/translation/jvm/primitive.lux b/new-luxc/source/luxc/lang/translation/jvm/primitive.lux
index 6903b065d..d5f8d56cb 100644
--- a/new-luxc/source/luxc/lang/translation/jvm/primitive.lux
+++ b/new-luxc/source/luxc/lang/translation/jvm/primitive.lux
@@ -2,8 +2,8 @@
[lux (#- i64)
[target
[jvm
- ["." descriptor]
- ["$t" type]]]
+ [type
+ ["." descriptor]]]]
[tool
[compiler
[phase ("operation@." monad)]]]]