diff options
author | Eduardo Julian | 2021-09-15 01:52:03 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-15 01:52:03 -0400 |
commit | 86c04a4ce3be995edf14ae7f3bf1e137d478c40e (patch) | |
tree | d3bc5299e0e82b8253648d6abc8af79de77e5f89 /lux-jvm/source/luxc/lang/directive | |
parent | fbecb061fb8530ad7d04e8e3f67605e2964822e4 (diff) |
Correctly analyzing records in the presence of local bindings.
Diffstat (limited to '')
-rw-r--r-- | lux-jvm/source/luxc/lang/directive/jvm.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-jvm/source/luxc/lang/directive/jvm.lux b/lux-jvm/source/luxc/lang/directive/jvm.lux index 1d1c4c278..e22d9c427 100644 --- a/lux-jvm/source/luxc/lang/directive/jvm.lux +++ b/lux-jvm/source/luxc/lang/directive/jvm.lux @@ -1,6 +1,6 @@ (.module: [library - [lux {"-" Type static local} + [lux {"-" Type Primitive static local} ["[0]" ffi {"+" Inheritance Privacy State import:}] [abstract ["[0]" monad {"+" do}]] @@ -540,7 +540,7 @@ <type_vars> (as_is <anchor> <expression> <directive>)] (type: Handler' ... (generation.Handler jvm.Anchor (/.Bytecode Inst /.Label) jvm.Definition) - (-> extension.Symbol + (-> extension.Name (phase.Phase [(extension.Bundle <type_vars>) (generation.State <type_vars>)] Synthesis |