Expand description
Type inference for REPL variables
Tracks types of REPL variables across evaluations.
§Phase 3 Implementation
This is a stub implementation that returns basic type information. Full implementation (Phase 4+) will integrate with rust-analyzer for proper type inference.
Based on ODD-0026 Section 2.1 and ODD-0038 Decision 6
Structs§
- Type
Inference - Type inference engine
- Type
Info - Type information for a variable
Enums§
- Type
Inference Error - Type inference errors