Commit af143fa
committed
fix: resolve type errors in lambda parameter inference
- Add explicit type annotation for exp_t parameter
- Remove incorrect GenericType.t access in context.lua
- Ensure proper type checking for FunctionType parameters
Fixes compilation errors in context.tl:2387 and visitors.tl:17201 parent 03bb32b commit af143fa
2 files changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2378 | 2378 | | |
2379 | 2379 | | |
2380 | 2380 | | |
2381 | | - | |
2382 | 2381 | | |
2383 | 2382 | | |
2384 | | - | |
2385 | | - | |
2386 | | - | |
2387 | | - | |
2388 | | - | |
| 2383 | + | |
2389 | 2384 | | |
2390 | 2385 | | |
2391 | 2386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2383 | 2383 | | |
2384 | 2384 | | |
2385 | 2385 | | |
2386 | | - | |
| 2386 | + | |
2387 | 2387 | | |
2388 | 2388 | | |
2389 | 2389 | | |
| |||
0 commit comments