Open NeuralCoder3 opened 2 years ago
Suffers also from #106.
0:.Idx n
andlam_idx
fixes the test case.see also #103:
Work is underway to add type inference.
Marked as enhancement as the only remaining real problem is the type inference that is not yet properly implemented.
Observed in
lit/direct/ds2cps_ax_cps2ds_dependent_short.thorin
Command line:./build/bin/thorin -d direct -d tool ./lit/direct/ds2cps_ax_cps2ds_dependent_short.thorin --output-thorin -
Issue:
High-level description: We constructed a wrapper around
.Idx
Suspected problem: Idx has problems with the duality of fundamental integer and being applied as a function.