You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add lambda parameter type inference from expected function signatures
- Infer both parameter types and return types when not explicitly annotated
- Support inference in local declarations, function arguments, and return positions
- Validate explicit type annotations against expected types
- Move inference to 'before' callback to run before argument type checking
- Update test files with proper error expectations and fix syntax issues
Resolves lambda parameter binding, arity matching, and expected function types tests.
All 23 lambda inference tests now pass.
0 commit comments