diff options
Diffstat (limited to 'new-luxc')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm/extension/common.lux | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux b/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux index c3b806dd7..b2f24de63 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux @@ -5,8 +5,7 @@ [control ["." try] ["<>" parser - ["<s>" synthesis (#+ Parser)]] - ["ex" exception (#+ exception:)]] + ["<s>" synthesis (#+ Parser)]]] [data ["." product] [number @@ -16,8 +15,7 @@ ["." dictionary]]] [target [jvm - ["." type - ["." signature]]]] + ["." type]]] [tool [compiler ["." synthesis (#+ Synthesis %synthesis)] |